chore: post AI agent refactor. Gitea integration

This commit is contained in:
Eric Gullickson
2026-01-01 22:17:25 -06:00
parent d554e8bcb5
commit ea7f2a4945
11 changed files with 501 additions and 326 deletions

View File

@@ -1,6 +1,36 @@
{
"version": "6.0.0",
"version": "6.1.0",
"architecture": "simplified-5-container",
"ai_quick_start": {
"load_order": [
".ai/context.json (this file) - architecture and metadata",
".ai/workflow-contract.json - sprint workflow for issue tracking",
".ai/WORKFLOW-PROMPTS.md - ready-to-use prompts for common tasks",
"docs/README.md - documentation hub"
],
"work_modes": {
"feature_work": "backend/src/features/{feature}/ (start with README.md)",
"frontend_work": "frontend/README.md",
"core_backend": "backend/src/core/README.md"
},
"commands": {
"setup": "make setup | start | rebuild | migrate | logs",
"shells": "make shell-backend | make shell-frontend",
"database": "make db-shell-app"
},
"docs_hubs": {
"main": "docs/README.md",
"testing": "docs/TESTING.md",
"database": "docs/DATABASE-SCHEMA.md",
"security": "docs/SECURITY.md",
"vehicles_api": "docs/VEHICLES-API.md"
},
"urls": {
"frontend": "https://motovaultpro.com",
"backend_health": "https://motovaultpro.com/api/health",
"hosts_entry": "127.0.0.1 motovaultpro.com"
}
},
"critical_requirements": {
"mobile_desktop_development": "ALL features MUST be implemented and tested on BOTH mobile and desktop",
"context_efficiency": "95%",