From 4d0aedcd10c4dfca893c34b4b3bf073a6e5abad5 Mon Sep 17 00:00:00 2001 From: Javier Date: Fri, 13 Mar 2026 23:49:23 +0100 Subject: [PATCH] chore: add project config --- .planning/config.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .planning/config.json diff --git a/.planning/config.json b/.planning/config.json new file mode 100644 index 00000000..af43e5c1 --- /dev/null +++ b/.planning/config.json @@ -0,0 +1,14 @@ +{ + "mode": "yolo", + "granularity": "Coarse (Recommended)", + "parallelization": true, + "commit_docs": true, + "model_profile": "Balanced (Recommended)", + "workflow": { + "research": true, + "plan_check": true, + "verifier": true, + "nyquist_validation": true, + "auto_advance": true + } +}