Added Documents Feature

This commit is contained in:
Eric Gullickson
2025-09-28 20:35:46 -05:00
parent 2e1b588270
commit 775a1ff69e
66 changed files with 5655 additions and 944 deletions

24
AI-INDEX.md Normal file
View File

@@ -0,0 +1,24 @@
# MotoVaultPro AI Index
- Load Order: `.ai/context.json`, then `docs/README.md`.
- Architecture: Hybrid platform — platform microservices + modular monolith app.
- 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`
- Docs Hubs:
- Docs index: `docs/README.md`
- Testing: `docs/TESTING.md`
- Database: `docs/DATABASE-SCHEMA.md`
- Security: `docs/SECURITY.md`
- Vehicles API: `docs/VEHICLES-API.md`
- Core Backend Modules: `backend/src/core/` (see `backend/src/core/README.md`).
- Frontend Overview: `frontend/README.md`.
- URLs and Hosts:
- Frontend: `https://admin.motovaultpro.com`
- Backend health: `http://localhost:3001/health`
- Add to `/etc/hosts`: `127.0.0.1 motovaultpro.com admin.motovaultpro.com`