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>
This commit is contained in:
Michele
2026-03-07 13:56:16 +01:00
parent 5335b3b0ae
commit dd601a0d08

12
.planning/config.json Normal file
View File

@@ -0,0 +1,12 @@
{
"mode": "yolo",
"depth": "standard",
"parallelization": true,
"commit_docs": true,
"model_profile": "balanced",
"workflow": {
"research": false,
"plan_check": true,
"verifier": true
}
}