Improved docs for future AI

This commit is contained in:
Eric Gullickson
2025-08-23 10:20:03 -05:00
parent 6683f1eeff
commit dc26c68d6f
10 changed files with 1089 additions and 128 deletions

View File

@@ -7,6 +7,11 @@
"feature_independence": "100%"
},
"loading_strategy": {
"project_overview": {
"instruction": "Start with AI_PROJECT_GUIDE.md for complete project context",
"example": "AI_PROJECT_GUIDE.md",
"completeness": "100% - all navigation and architecture information"
},
"feature_work": {
"instruction": "Load entire feature directory",
"example": "backend/src/features/vehicles/",
@@ -26,6 +31,11 @@
"backend/src/features/[feature]/tests/",
"backend/src/features/[feature]/docs/TROUBLESHOOTING.md"
]
},
"documentation": {
"instruction": "Use docs/README.md for complete documentation index",
"example": "docs/README.md",
"completeness": "All documentation links and navigation"
}
},
"feature_capsules": {