fallow CLAUDE.md

fallow CLAUDE.md is an instructions file for coding agents from fallow-rs/fallow. It costs 370 tokens per session, scanned A, original, MIT.

A repository guide for Fallow, a Rust-based analyzer for JavaScript and TypeScript code, and for the files that connect it to Claude.

In plain words
What is it for?
Use it when maintaining Fallow's source, documentation, agent skills, Claude-specific rules, or development plans.
Why use it?
It explains which files are authoritative, which files are generated, and how maintainers should work through changes. This reduces the risk of editing generated files or missing the repository's required workflow.

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/fallow-rs/fallow/claude-md
Clone the repo
git clone --depth 1 https://github.com/fallow-rs/fallow

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 fallow CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/fallow-rs/fallow/claude-md.svg)](https://agentmods.dev/instructions/fallow-rs/fallow/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/fallow-rs/fallow/claude-md"><img src="https://agentmods.dev/badge/instructions/fallow-rs/fallow/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 370 This file is loaded in full into every session.
When invoked 370 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.00370 $0.00370
Opus 5 $0.00185 $0.00185
Sonnet 5 $0.00074 $0.00074
Haiku 4.5 $0.00037 $0.00037

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

Security

Grade A, and why

fallow 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 4d 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 · 48 lines

What it actually says

Fallow repository adapter for Claude

Fallow is a Rust-native codebase analyzer for JavaScript and TypeScript.

@AGENTS.md @docs/README.md

Both files above are imported: the universal repository contract for Claude, Codex, and contributors, and the central documentation index. Read docs/development/task-context-map.md next to load only the references the current task needs.

Knowledge layers

  • .agents/skills/ is the canonical, client-neutral maintainer workflow tree.
  • .claude/skills/ is generated from .agents/skills/. Never edit it by hand.
  • .claude/rules/ contains only Claude-specific, path-scoped constraints.
  • docs/ contains durable public maintainer architecture and references.
  • .plans/ is gitignored task state. Promote durable decisions into indexed public documentation.

Workflow

Use the native lifecycle for non-trivial work:

  1. implement
  2. panel-review when the change has design or user-facing decisions
  3. review
  4. ship
  5. sweep

The controlling workflow lives in the matching .agents/skills/<name>/SKILL.md. Do not layer unrelated workflow systems onto this lifecycle.

Trust boundary

This public repository must contain only public OSS knowledge and contracts. Private cloud architecture, operations, customers, commercial context, and incidents belong in the private cloud repository. Public behavior may be documented here or in the public user documentation repository, but private prose must never be copied or automatically exported.

Generated surfaces

Run npm run generate:contracts:check and npm run check:agent-adapters after changing public contracts or skills. Generated files identify their source and must not be edited directly.

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. 4d ago First seen · 48 lines · 370 tokens per session scan A c4d77e53e5ce

Subscribe to this mod's changes

fallow CLAUDE.md is an instructions file published in the GitHub repository fallow-rs/fallow (4,438 stars, last pushed yesterday), licensed MIT. It adds 370 tokens to every session, about $0.0019 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-30.