From 9c62dac1559bc15322dda7ab52dbe22d6bffb7b9 Mon Sep 17 00:00:00 2001 From: Mikkel Georgsen Date: Wed, 4 Feb 2026 13:28:24 +0000 Subject: [PATCH] chore: add project config Mode: yolo Depth: quick Parallelization: enabled Workflow agents: research=on, plan_check=on, verifier=off --- .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..e229aa8 --- /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": false + } +}