From 3ff712a0d89cb78e7296bb2a4e22a0cf53984fc6 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Wed, 11 Mar 2026 20:03:00 +0000 Subject: [PATCH] chore: add project config --- gsd-framework/.planning/config.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 gsd-framework/.planning/config.json diff --git a/gsd-framework/.planning/config.json b/gsd-framework/.planning/config.json new file mode 100644 index 0000000..dffeadd --- /dev/null +++ b/gsd-framework/.planning/config.json @@ -0,0 +1,13 @@ +{ + "mode": "yolo", + "granularity": "coarse", + "parallelization": true, + "commit_docs": true, + "model_profile": "balanced", + "workflow": { + "research": true, + "plan_check": true, + "verifier": true, + "nyquist_validation": true + } +}