From 2f5131434e883eea2b5dc3f1991c118e7cf8303d Mon Sep 17 00:00:00 2001 From: Dani B Date: Thu, 29 Jan 2026 10:44:49 -0500 Subject: [PATCH] chore: add project config Mode: YOLO Depth: Quick Parallelization: enabled Workflow agents: research=on, plan_check=on, verifier=on Model profile: Budget --- .planning/config.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .planning/config.json diff --git a/.planning/config.json b/.planning/config.json new file mode 100644 index 0000000..773168e --- /dev/null +++ b/.planning/config.json @@ -0,0 +1,12 @@ +{ + "mode": "yolo", + "depth": "quick", + "parallelization": true, + "commit_docs": true, + "model_profile": "budget", + "workflow": { + "research": true, + "plan_check": true, + "verifier": true + } +}