From d73b7d3ae537d1e4a7bcc9a0df5dfed71a6253ee Mon Sep 17 00:00:00 2001 From: mARTin Date: Sat, 24 Jan 2026 12:33:18 +0100 Subject: [PATCH] chore: add project config Mode: interactive Depth: standard Parallelization: enabled Workflow agents: research=enabled, plan_check=enabled, verifier=enabled --- .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..5767e98 --- /dev/null +++ b/.planning/config.json @@ -0,0 +1,12 @@ +{ + "mode": "interactive", + "depth": "standard", + "parallelization": true, + "commit_docs": true, + "model_profile": "balanced", + "workflow": { + "research": true, + "plan_check": true, + "verifier": true + } +} \ No newline at end of file