chore: add project config

This commit is contained in:
2026-02-13 10:55:39 +08:00
parent aa51ad70d9
commit 23573d3ebc

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
}
}