13 lines
761 B
Markdown
13 lines
761 B
Markdown
# Repo Alignment Checklist
|
|
|
|
Use this checklist when comparing AGENTS or `agent-docs` against repository facts.
|
|
|
|
- Which exact doc claims depend on repository reality?
|
|
- Which repository files or commands provide the authoritative fact for each claim?
|
|
- Do the rule docs expose enough authority or source-of-truth anchors that a maintainer can verify the claim without guessing?
|
|
- Do scripts, ports, paths, or package names still match the docs?
|
|
- Do the documented verification commands still match actual script behavior?
|
|
- Do layering, contract-boundary, or runtime-topology claims still match code structure?
|
|
- Which mismatches are must-fix drift versus wording cleanup?
|
|
- Are the conclusions grounded in current files and command output rather than memory?
|