Generated Files
Understanding the files Aspect Code creates.
Primary output: AGENTS.md
AGENTS.md is generated at your project root. It's a single markdown file containing architecture rules, conventions, and guardrails for AI coding assistants.
Every major AI tool reads it automatically when present.
Optional: Knowledge Base (.aspect/)
When using --kb, the .aspect/ folder is created with detailed analysis files:
| File | Purpose |
|---|---|
architecture.md | High-risk hubs, directory layout, entry points, blast radius |
map.md | Data models with signatures, symbol index, naming conventions |
context.md | Module clusters, external integrations, data flow paths |