From 7035b20ac968b8c853e01f999206fcc507ceb7e5 Mon Sep 17 00:00:00 2001 From: Dabit Date: Tue, 10 Mar 2026 14:11:12 +0100 Subject: [PATCH] chore: add project config --- .planning/config.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .planning/config.json diff --git a/.planning/config.json b/.planning/config.json new file mode 100644 index 0000000..b3735bc --- /dev/null +++ b/.planning/config.json @@ -0,0 +1,13 @@ +{ + "mode": "yolo", + "granularity": "coarse", + "parallelization": true, + "commit_docs": true, + "model_profile": "budget", + "workflow": { + "research": true, + "plan_check": true, + "verifier": true, + "nyquist_validation": true + } +}