Skip to main content

Crate instruction_files

Crate instruction_files 

Source
Expand description

Discovery, auditing, and sync for AGENTS.md/CLAUDE.md instruction files.

Structs§

AuditConfig
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.