Skip to content

Commit 06fb56e

Browse files
committed
chore: add project config
Mode: interactive Depth: standard Parallelization: disabled Workflow agents: research=on, plan_check=on, verifier=on Model profile: quality
1 parent 17a27e3 commit 06fb56e

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.planning/config.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"mode": "interactive",
3+
"depth": "standard",
4+
"parallelization": false,
5+
"commit_docs": true,
6+
"model_profile": "quality",
7+
"workflow": {
8+
"research": true,
9+
"plan_check": true,
10+
"verifier": true
11+
}
12+
}

0 commit comments

Comments
 (0)