Files
agent_guide/.planning/config.json
CD baea23e89f 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
2026-03-29 08:18:55 +09:00

15 lines
277 B
JSON

{
"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
}
}