bellwether CLAUDE.md

bellwether CLAUDE.md is an instructions file for coding agents from roderik/bellwether. It costs 458 tokens per session, scanned A, original, MIT.

A set of instructions for developing bellwether, a command-line tool that monitors GitHub pull requests, review comments, and automated build checks.

In plain words
What is it for?
It is for installing dependencies, checking and formatting TypeScript code, running tests and coverage checks, and building or running the CLI.
Why use it?
It gives contributors the repository's commands, coding conventions, testing expectations, and build steps in one place.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/roderik/bellwether/claude-md
Clone the repo
git clone --depth 1 https://github.com/roderik/bellwether

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for bellwether CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/roderik/bellwether/claude-md.svg)](https://agentmods.dev/instructions/roderik/bellwether/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/roderik/bellwether/claude-md"><img src="https://agentmods.dev/badge/instructions/roderik/bellwether/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 458 This file is loaded in full into every session.
When invoked 458 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00458 $0.00458
Opus 5 $0.00229 $0.00229
Sonnet 5 $0.00092 $0.00092
Haiku 4.5 $0.00046 $0.00046

Measured 3d ago against content hash 875fd855836a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

bellwether CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 35 lines

What it actually says

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

What is this?

bellwether is a CLI tool that monitors GitHub PRs — review comments and CI status. Built with incur (a framework for CLIs that work for both AI agents and humans) and @clack/prompts for interactive UI.

Commands

  • bun install — install dependencies
  • bun check — lint with oxlint (type-aware)
  • bun run format — format with oxfmt
  • bun test — run tests (vitest)
  • bun test:coverage — run tests with coverage enforcement
  • bun run build — build with zile (tsc wrapper)
  • bun run dev — dev mode with zile (symlink-based)

Testing

Tests live in test/ mirroring the src/ structure. Coverage thresholds: lines 99%, functions 97%, branches 93%, statements 99%. Coverage excludes src/bin.ts, src/cli.ts, src/github/index.ts (entry points and re-exports), and src/commands/hook-add.ts, src/commands/hook-check.ts (hook installer/handler with stdin dependencies).

Run a single test file: bunx vitest run test/path/to/file.test.ts

Code Style

  • TypeScript ESM with "type": "module" — use import/export, not require
  • NodeNext module resolution — file extensions required in imports (.js for .ts files)
  • Formatting is handled by oxfmt, linting by oxlint — do not add eslint or prettier
  • Use incur patterns for CLI commands (see existing commands in src/commands/)

Publishing

Tag-triggered via GitHub Actions: git tag v0.1.0 && git push --tags. Version is auto-set from the tag. Preview packages are published on PRs via pkg-pr-new.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 35 lines · 458 tokens per session scan A 875fd855836a

Subscribe to this mod's changes

bellwether CLAUDE.md is an instructions file published in the GitHub repository roderik/bellwether (5 stars, last pushed 9d ago), licensed MIT. It adds 458 tokens to every session, about $0.0023 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.