chore: add project config
Mode: yolo Depth: quick Parallelization: enabled Workflow agents: research=on, plan_check=on, verifier=off
This commit is contained in:
parent
ed0c18befc
commit
9c62dac155
1 changed files with 12 additions and 0 deletions
12
.planning/config.json
Normal file
12
.planning/config.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"mode": "yolo",
|
||||
"depth": "quick",
|
||||
"parallelization": true,
|
||||
"commit_docs": true,
|
||||
"model_profile": "balanced",
|
||||
"workflow": {
|
||||
"research": true,
|
||||
"plan_check": true,
|
||||
"verifier": false
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue