Current shape
The generated system map currently records:
These values are generated from the repository, not manually maintained. The
technical map is regenerated whenever the relevant application surface changes.
Where a change belongs
How AI navigates the codebase
AI agents do not rely on a giant database dump or an embedding of every file. They follow a small, layered set of maintained artifacts:- Repository rules and verification gates.
- Shared domain vocabulary and invariants.
- Generated system, route, API, and tool maps.
- Curated database metadata that explains purpose, ownership, and known traps.
- The smallest relevant source files, tests, migrations, and runtime evidence.
Keeping the map current
Pre-commit and CI checks detect stale generated maps. A failed check explains
the exact command needed to regenerate the artifact.