From dd601a0d08bc5cb748bdb3b7f7050d419b39311e Mon Sep 17 00:00:00 2001 From: Michele Date: Sat, 7 Mar 2026 13:56:16 +0100 Subject: [PATCH] chore: add project config Mode: yolo Depth: standard Parallelization: enabled Workflow agents: research=off, plan_check=on, verifier=on Co-Authored-By: Claude Opus 4.6 --- .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..f93e28f --- /dev/null +++ b/.planning/config.json @@ -0,0 +1,12 @@ +{ + "mode": "yolo", + "depth": "standard", + "parallelization": true, + "commit_docs": true, + "model_profile": "balanced", + "workflow": { + "research": false, + "plan_check": true, + "verifier": true + } +}