What problem does it solve? Agent instruction files (AGENTS.md), memory stores, and project documentation drift out of sync with the codebase over time, causing agents to follow outdated guidance, reference deleted symbols, and waste context budget on stale content. ## Core Features & Use Cases - Freshness and Symbol Accuracy Checks: Compares AGENTS.md commit dates against Go source changes and verifies that documented exported symbols still exist in the code. - Memory Graph Validation: Checks Serena memory files for broken mem: references, unindexed files, frozen dates, and stale project memories. - Context Budget and Contradiction Detection: Measures line counts against documented budgets and flags conflicting or duplicated instructions across always-loaded files. - Use Case: After a large refactor of the clawker CLI, run an audit to find AGENTS.md files documenting renamed functions, broken links in MEMORY.md, and docs exceeding the 200-line budget, then receive a prioritized DELETE/FIX/UPDATE action list. ## Quick Start Ask the agent to audit the project's agent instructions, memory files, and docs for stale or incorrect content.