From ad941ae281d5c78ffb176a2c07698c624555e488 Mon Sep 17 00:00:00 2001 From: Jean-Luc Makiola Date: Sun, 15 Mar 2026 18:48:32 +0100 Subject: [PATCH] chore: disable research workflow step in planning config Co-Authored-By: Claude Opus 4.6 (1M context) --- .planning/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.planning/config.json b/.planning/config.json index 07e2f0b..006e171 100644 --- a/.planning/config.json +++ b/.planning/config.json @@ -5,7 +5,7 @@ "commit_docs": true, "model_profile": "quality", "workflow": { - "research": true, + "research": false, "plan_check": true, "verifier": true, "nyquist_validation": true,