From 52af95ab408a8cb66aafc93903ae2987eabd9829 Mon Sep 17 00:00:00 2001 From: Filipe Salvio Date: Sun, 29 Mar 2026 18:56:05 -0300 Subject: [PATCH] chore: add project config --- .planning/config.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .planning/config.json diff --git a/.planning/config.json b/.planning/config.json new file mode 100644 index 00000000..2da1ff77 --- /dev/null +++ b/.planning/config.json @@ -0,0 +1,37 @@ +{ + "model_profile": "quality", + "commit_docs": true, + "parallelization": true, + "search_gitignored": false, + "brave_search": false, + "firecrawl": false, + "exa_search": false, + "git": { + "branching_strategy": "none", + "phase_branch_template": "gsd/phase-{phase}-{slug}", + "milestone_branch_template": "gsd/{milestone}-{slug}", + "quick_branch_template": null + }, + "workflow": { + "research": true, + "plan_check": true, + "verifier": true, + "nyquist_validation": true, + "auto_advance": true, + "node_repair": true, + "node_repair_budget": 2, + "ui_phase": true, + "ui_safety_gate": true, + "text_mode": false, + "research_before_questions": false, + "discuss_mode": "discuss", + "skip_discuss": false + }, + "hooks": { + "context_warnings": true + }, + "agent_skills": {}, + "resolve_model_ids": "omit", + "mode": "yolo", + "granularity": "fine" +} \ No newline at end of file