From be66f01815becd135688f38f9622d03ba634ebf0 Mon Sep 17 00:00:00 2001 From: Lucas Berger Date: Sun, 8 Feb 2026 20:02:00 -0500 Subject: [PATCH] chore: persist research preference in config Co-Authored-By: Claude Opus 4.6 --- .planning/config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.planning/config.json b/.planning/config.json index c3906be..f628dd3 100644 --- a/.planning/config.json +++ b/.planning/config.json @@ -14,5 +14,8 @@ "branching_strategy": "milestone", "phase_branch_template": "gsd/phase-{phase}-{slug}", "milestone_branch_template": "gsd/{milestone}-{slug}" + }, + "workflow": { + "research": true } -} +} \ No newline at end of file