1.2 KiB
1.2 KiB
Agent Map
Keep this file short. Use it as a table of contents for agents and humans.
- Treat the repo as a purpose-to-software pipeline: intent -> purpose/consumer/contract/evidence -> tests -> implementation -> verification.
- Read
ARCHITECTURE.mdfirst for the system map and invariants. - Read
docs/PLANS.mdanddocs/exec-plans/active/for current work. - Read
docs/QUALITY_SCORE.md,docs/RELIABILITY.md, anddocs/SECURITY.mdbefore changing production behavior. - Put durable product decisions in
docs/product-specs/. - Put durable design and architecture decisions in
docs/design-docs/. - Put generated reference material in
docs/generated/. - Use
docs/RECORDS_KEEPER.mdas the repo-order checklist after meaningful changes. - Use the
records-keeperskill when repo docs, plans, or architecture records need triage. - Follow deeper
AGENTS.mdfiles when present. The closest one to the changed file wins.
Before implementation, inspect the relevant docs and source files, state observed facts before inferred facts, name the real consumer, and define the command or eval that proves the change.