From a9f4efabac4125cebbb2c57d648ce8cd80df4f6c Mon Sep 17 00:00:00 2001 From: josh Date: Fri, 8 May 2026 20:58:54 -0400 Subject: [PATCH] chore: add project config --- .planning/config.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .planning/config.json diff --git a/.planning/config.json b/.planning/config.json new file mode 100644 index 0000000..903c7d5 --- /dev/null +++ b/.planning/config.json @@ -0,0 +1,24 @@ +{ + "version": 1, + "mode": "yolo", + "granularity": "standard", + "parallelization": true, + "commit_docs": true, + "model_profile": "quality", + "workflow": { + "research": true, + "plan_check": true, + "verifier": true, + "nyquist_validation": true, + "auto_advance": true, + "research_before_questions": false + }, + "models": { + "researcher": "opus", + "synthesizer": "opus", + "roadmapper": "opus" + }, + "planning": { + "commit_docs": true + } +}