first commit

This commit is contained in:
2026-07-09 11:17:54 -05:00
commit d54599e27d
23 changed files with 894 additions and 0 deletions

13
api/docs/README.md Normal file
View File

@@ -0,0 +1,13 @@
# /api/docs
API-specific documentation. Scoped to the proxy — anything that only affects the server side lives here.
Put here:
- Endpoint request/response schemas (per role, §4)
- Model routing table (role → model, per environment)
- Deploy notes (localhost → homelab VPS → fly.io, §4)
- Logging/eval-replay format (§10)
- Auth/metering design when it lands (§4)
Cross-cutting design (anything touching both client and api) goes in the root [`/docs`](../../docs), not here.