From 8eb0980b71869d4441bf6909a5d9b1379146a906 Mon Sep 17 00:00:00 2001 From: William Valentin Date: Mon, 9 Feb 2026 19:43:49 -0800 Subject: [PATCH] chore: add project config --- .planning/config.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .planning/config.json diff --git a/.planning/config.json b/.planning/config.json new file mode 100644 index 0000000..c4062e0 --- /dev/null +++ b/.planning/config.json @@ -0,0 +1,19 @@ +{ + "mode": "yolo", + "depth": "quick", + "parallelization": true, + "commit_docs": true, + "model_profile": "balanced", + "search_gitignored": false, + "branching_strategy": "none", + "phase_branch_template": "gsd/phase-{phase}-{slug}", + "milestone_branch_template": "gsd/{milestone}-{slug}", + "workflow": { + "research": false, + "plan_check": true, + "verifier": true + }, + "git": { + "branching_strategy": "none" + } +}