Borrowing it
Nothing to install: this file belongs to s977043/river-review. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/s977043/river-review/main/CLAUDE.mdgit clone --depth 1 https://github.com/s977043/river-reviewWrote 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.
[](https://agentmods.dev/instructions/s977043/river-review/claude-md)<a href="https://agentmods.dev/instructions/s977043/river-review/claude-md"><img src="https://agentmods.dev/badge/instructions/s977043/river-review/claude-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.06652 | $0.06652 |
| Opus 5 | $0.03326 | $0.03326 |
| Sonnet 5 | $0.01330 | $0.01330 |
| Haiku 4.5 | $0.00665 | $0.00665 |
Grade A, and why
river-review 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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 102 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Claude Code Project Guide (river-review)
Repo rules: Follow all sections in AGENTS.md. This file adds only Claude Code-specific work policy.
Decision Policy
- Proceed autonomously: read-only exploration, running commands listed in
.claude/settings.jsonallow list, editing paths in AGENTS.md "Editable" scope. - Ask before acting: editing paths in AGENTS.md "Ask before editing" scope, adding dependencies, running commands not in allow list.
- Always ask: architectural changes, modifying AGENTS.md or CLAUDE.md, any destructive git operation, changes touching
src/that may break skill or schema alignment.
Change Policy
- One logical change per branch. Do not bundle unrelated fixes.
- Minimal diff — do not refactor, reformat, or annotate code outside the task scope.
- Do not add features, patterns, or dependencies not explicitly requested.
- If a task seems too large for one session, propose a plan and get approval first.
Reporting
After completing a task, state concisely:
- What changed (files and purpose).
- What was verified (commands run and results).
- What needs human review (assumptions, edge cases, "ask before" paths touched).
If a check fails, show the failure output and proposed fix before applying.
AI Misoperation Guards
The ledger
docs/development/guard-ledger.yamlis the SSoT for this list under itsguards:key — it records each guard's mechanization level,verifiedBypaths, andreviewAfterdate, and the required checkMeta consistencyfails when the two drift. Add, rename, or remove a guard in the ledger and here in the same PR; retire perdocs/development/improvement-flow.mdStep 9. The same file also tracks timed decisions that are not guards underdecisions:(deprecated assets, workflows under observation, temporary exclusions) — those have no bullet here, andMeta consistencychecks only that eachtarget:path still exists (#1843).
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.
- yesterday Changed · +1 lines · +31 tokens per session c6c2dc975859
- 4d ago Changed · +227 tokens per session cb63dee10455
- 4d ago Changed · +131 tokens per session d4e9371653b4
- 8d ago First seen · 101 lines · 6,263 tokens per session scan A 3a6a3e94e634
river-review CLAUDE.md is an instructions file published in the GitHub repository s977043/river-review (3 stars, last pushed today), licensed MIT. It adds 6,652 tokens to every session, about $0.0333 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.
Other instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.