Files
postgenerator/.planning/config.json
Michele dd601a0d08 chore: add project config
Mode: yolo
Depth: standard
Parallelization: enabled
Workflow agents: research=off, plan_check=on, verifier=on

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 13:56:16 +01:00

13 lines
214 B
JSON

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