Codebase Overview
Source:
codebase-overview.md
19 lines
markdown
# Codebase Overview
<!-- Budget: 2000 tokens max -->
## Architecture
<!-- ~400 tokens: High-level architecture pattern and key design decisions -->
## Key Modules
<!-- ~500 tokens: Core modules/packages with responsibilities -->
| Module | Path | Responsibility |
|--------|------|---------------|
## Data Flow
<!-- ~400 tokens: How data moves through the system -->
## Conventions
<!-- ~400 tokens: Coding patterns, naming conventions, project-specific rules -->
## Risks
<!-- ~300 tokens: Technical debt, fragile areas, known issues -->