Files
NetForge/.planning/config.json
kevin-asprec ec2e583787 chore: add project config
Mode: yolo
Depth: standard
Parallelization: disabled
Workflow agents: research=on, plan_check=on, verifier=on

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 17:14:25 +08:00

13 lines
214 B
JSON

{
"mode": "yolo",
"depth": "standard",
"parallelization": false,
"commit_docs": true,
"model_profile": "balanced",
"workflow": {
"research": true,
"plan_check": true,
"verifier": true
}
}