Expand description
Discovery, auditing, and sync for AGENTS.md/CLAUDE.md instruction files.
Structs§
- Audit
Config - Configuration for instruction file discovery and auditing.
- Issue
- An issue found during auditing.
Functions§
- check_
actionable - Check that agent instruction files contain actionable content.
- check_
line_ budget - Check combined line count against budget.
- check_
staleness - Check if instruction files are older than source code.
- check_
tree_ paths - Check that file paths referenced in “## Project Structure” blocks exist.
- find_
instruction_ files - Discover all instruction files under the given root.
- find_
root - Find the project root by walking up from CWD.
- run
- Run the full audit with the given configuration.