chore: add project config

Mode: interactive
Depth: standard
Parallelization: enabled
Workflow agents: research=enabled, plan_check=enabled, verifier=enabled
This commit is contained in:
mARTin 2026-01-24 12:33:18 +01:00
parent a3465e7da0
commit d73b7d3ae5

12
.planning/config.json Normal file
View File

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