From 16c7dd7c435691228078c33ec828557290aab648 Mon Sep 17 00:00:00 2001 From: Dani B Date: Tue, 27 Jan 2026 23:33:14 -0500 Subject: [PATCH] chore: add project config Mode: YOLO (auto-approve) Depth: Comprehensive (8-12 phases) Parallelization: enabled Workflow agents: research=on, plan_check=on, verifier=on Model profile: Budget (Haiku where possible) Co-Authored-By: Claude Haiku 4.5 --- .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..c2bd666 --- /dev/null +++ b/.planning/config.json @@ -0,0 +1,12 @@ +{ + "mode": "yolo", + "depth": "comprehensive", + "parallelization": true, + "commit_docs": true, + "model_profile": "budget", + "workflow": { + "research": true, + "plan_check": true, + "verifier": true + } +}