This commit is contained in:
Eric Gullickson
2025-11-01 21:27:42 -05:00
parent 20953c6dee
commit 046c66fc7d
203 changed files with 5699 additions and 404943 deletions

View File

@@ -1,11 +1,9 @@
# MotoVaultPro AI Index
- Load Order: `.ai/context.json`, then `docs/README.md`.
- Architecture: Hybrid platform — platform microservices + modular monolith app.
- Architecture: Simplified 6-container stack with integrated platform service.
- Work Modes:
- Feature work: `backend/src/features/{feature}/` (start with `README.md`).
- Platform work: `docs/PLATFORM-SERVICES.md` (+ service local README).
- Cross-service: platform doc + consuming feature doc.
- Commands (containers only):
- `make setup | start | rebuild | migrate | test | logs`
- Shells: `make shell-backend` `make shell-frontend`