commit 4d0aedcd10c4dfca893c34b4b3bf073a6e5abad5 Author: Javier Date: Fri Mar 13 23:49:23 2026 +0100 chore: add project config 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 + } +}