What problem does it solve? AI coding assistant configuration files like CLAUDE.md and AGENTS.md drift out of sync with the codebase over time, accumulating stale rules, contradictions, and bloated instructions that waste context budget on every turn. ## Core Features & Use Cases - Stale Rule Detection: Compares rules in AGENTS.md, CLAUDE.md, .claude/rules/, and .claude/skills/ against actual codebase patterns found via grep and git history. - Placement Analysis: Applies a placement test to decide whether content belongs in a rule, a doc, or the lean AGENTS.md index, flagging duplication and missing single sources of truth. - Budget Auditing: Identifies untargeted rules missing paths: scoping and generic best-practice rules that tax every turn without adding value. - Use Case: After months of accumulated instructions, run the audit to receive a concrete diff proposing which rules to remove, merge, extract, or rescope. ## Quick Start Ask the assistant to audit my CLAUDE.md and rules against the current codebase and propose a cleanup diff.