# babel-fish — Project Map

> Auto-generated by `generate.py` on 2026-04-01 20:29. Do not edit manually.


## Stats

| Metric | Count |
|--------|-------|
| API Routes | 0 |
| Data Models | 0 |
| Schemas/DTOs | 0 |
| Frontend Features | 0 |
| Migrations | 0 |
| Docker Services | 0 |
| Vocabulary Entries | 0 |
| Stack | unknown / unknown |

## Section Index

| # | Section | Size | When to Read |
|---|---------|------|--------------|
| [01](sections/01-vocabulary.md) | 01 Vocabulary | 0.3 KB | Any task — start here if you don't know where the code lives |
| [02](sections/02-service-topology.md) | 02 Service Topology | 0.1 KB | Debugging connectivity, adding a service, understanding ports |
| [03](sections/03-environment.md) | 03 Environment | 0.1 KB | Environment setup, missing vars, config issues |
| [04](sections/04-api-routes.md) | 04 Api Routes | 0.1 KB | Adding/editing API endpoints, checking what routes exist |
| [05](sections/05-data-models.md) | 05 Data Models | 0.1 KB | Changing database schema, adding fields, understanding relations |
| [06](sections/06-schemas.md) | 06 Schemas | 0.1 KB | Adding DTOs, changing request/response shapes |
| [07](sections/07-services.md) | 07 Services | 0.1 KB | Adding service logic, understanding service boundaries |
| [08](sections/08-background-jobs.md) | 08 Background Jobs | 0.1 KB | Working with background jobs, queues, scheduled tasks |
| [09](sections/09-frontend-features.md) | 09 Frontend Features | 0.1 KB | Frontend feature work, understanding UI structure |
| [10](sections/10-tools-commands.md) | 10 Tools Commands | 0.3 KB | Available commands, scripts, developer tooling |
| [11](sections/11-migrations.md) | 11 Migrations | 0.1 KB | Database migrations, schema history |
| [12](sections/12-import-chains.md) | 12 Import Chains | 0.2 KB | Tracing data flow from HTTP request to DB |
| [13](sections/13-frontend-backend-map.md) | 13 Frontend Backend Map | 0.1 KB | Understanding which frontend calls which backend endpoint |
| [14](sections/14-reverse-proxy.md) | 14 Reverse Proxy | 0.1 KB | Proxy routing, nginx/caddy config |
| [15](sections/15-auth-config.md) | 15 Auth Config | 0.1 KB | Auth flow, sessions, permissions |
| [16](sections/16-infra-profile.md) | 16 Infra Profile | 0.3 KB | Infrastructure overview, tech stack summary |
| [17](sections/17-learned-vocabulary.md) | 17 Learned Vocabulary | 0.2 KB | Vocabulary learned from past sessions |
| [18](sections/18-dead-code.md) | 18 Dead Code | 0.2 KB | Dead code review |
| [19](sections/19-doc-pointers.md) | 19 Doc Pointers | 0.1 KB | Finding documentation, READMEs, wikis |

## Quick Routing

| Task | Read Sections |
|------|--------------|
| Feature / UX work | 01 → 09 → 04 |
| Add model or field | 05 → 06 → 12 |
| Troubleshoot error | 02 → 03 → 14 |
| Infrastructure / scaling | 16 → 02 |
| Auth / security | 15 → 19 |
| What tools exist | 10 |
| Background jobs | 08 |
| Migration history | 11 |

## Regenerate

```bash
python .claude/project-map/generate.py          # skip if unchanged
python .claude/project-map/generate.py --force  # always regenerate
```
