chore: add project config

This commit is contained in:
John Lightner 2026-04-11 01:15:32 -05:00
parent 6fb0181b08
commit 9d613bdcad

12
.planning/config.json Normal file
View file

@ -0,0 +1,12 @@
{
"mode": "yolo",
"depth": "standard",
"parallelization": true,
"commit_docs": true,
"model_profile": "quality",
"workflow": {
"research": true,
"plan_check": true,
"verifier": true
}
}