chore: add project config

This commit is contained in:
xpltd 2026-03-17 21:11:12 -05:00
parent 922a143e49
commit 9afb146760

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