From f7df92471978624a8d25d1f98628099a136f2247 Mon Sep 17 00:00:00 2001 From: Thomas Richter Date: Thu, 29 Jan 2026 03:28:24 +0100 Subject: [PATCH] chore: add project config Mode: yolo Depth: standard Parallelization: enabled Workflow agents: research=on, plan_check=on, verifier=on Co-Authored-By: Claude Opus 4.5 --- .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..758c1fd --- /dev/null +++ b/.planning/config.json @@ -0,0 +1,12 @@ +{ + "mode": "yolo", + "depth": "standard", + "parallelization": true, + "commit_docs": true, + "model_profile": "quality", + "workflow": { + "research": true, + "plan_check": true, + "verifier": true + } +}