From ea1b5184971ef210b96fb292522c39386838ae63 Mon Sep 17 00:00:00 2001 From: Ryan Chen Date: Wed, 4 Feb 2026 18:25:01 -0500 Subject: [PATCH] chore: add project config Mode: yolo Depth: quick Parallelization: enabled Workflow agents: research=on, plan_check=on, verifier=on --- .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..7cc6e3c --- /dev/null +++ b/.planning/config.json @@ -0,0 +1,12 @@ +{ + "mode": "yolo", + "depth": "quick", + "parallelization": true, + "commit_docs": true, + "model_profile": "balanced", + "workflow": { + "research": true, + "plan_check": true, + "verifier": true + } +}