From 53166901d0d8fc38d265b50dbe0944e497bc6327 Mon Sep 17 00:00:00 2001 From: mARTin Date: Sat, 24 Jan 2026 17:45:55 +0100 Subject: [PATCH] chore: add project config Mode: yolo Depth: standard Parallelization: enabled Workflow agents: research=true, plan_check=true, verifier=true --- .planning/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.planning/config.json b/.planning/config.json index 268a82e..3117aca 100644 --- a/.planning/config.json +++ b/.planning/config.json @@ -1,9 +1,9 @@ { - "mode": "interactive", + "mode": "yolo", "depth": "standard", "parallelization": true, "commit_docs": true, - "model_profile": "quality", + "model_profile": "balanced", "workflow": { "research": true, "plan_check": true,