Documentation
README
Legibility Check
Run deterministic checks for maintainer docs that mirror what CI enforces via .github/workflows/legibility.yml. Catching these locally saves a round-trip to CI.
What it checks
- Standards freshness — every
.agents/docs/standards/*.mdmust have frontmatter withowner,last_reviewed(ISO date), andsource_of_truth. Files reviewed more than 60 days ago produce a warning. - Architecture manifest — every path listed in
.agents/docs/architecture/manifest.yamlunderexpected_paths:must exist in the repo. - Plan state drift — every
.agents/docs/plans/**/*.mdmust have astatusfrontmatter field (active,completed, orcancelled). Completed plans must not contain unchecked- [ ]checkboxes (outside fenced code blocks).
Run
This is the opening of the README. Read the full README on GitHub.