chore: add project config

This commit is contained in:
2026-02-11 14:41:35 +08:00
parent e2c202d689
commit c0abe8bc6c

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": true,
"plan_check": true,
"verifier": true
}
}