chore: post AI agent refactor. Gitea integration
This commit is contained in:
@@ -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%",
|
||||
|
||||
Reference in New Issue
Block a user