docs: initialize project and codebase maps

- Finalized PROJECT.md incorporating 'Zero-Pollution' constraints
- Enforced native Git portability (git pull sync only)
- Generated ARCHITECTURE.md and STACK.md maps
- Deleted .agent/skills/.gitignore to physically track flattened skills
This commit is contained in:
2026-03-29 08:18:55 +09:00
parent 36eed3f5fb
commit baea23e89f
60 changed files with 10234 additions and 6 deletions

14
.planning/config.json Normal file
View File

@@ -0,0 +1,14 @@
{
"mode": "yolo",
"granularity": "Standard",
"parallelization": true,
"commit_docs": true,
"model_profile": "balanced",
"workflow": {
"research": true,
"plan_check": true,
"verifier": true,
"nyquist_validation": true,
"auto_advance": true
}
}