From 8ef2dbfae4eb8cebf617fa54808d6b783ce115b4 Mon Sep 17 00:00:00 2001 From: ulfrxdev Date: Fri, 24 Apr 2026 18:11:14 +0200 Subject: [PATCH] chore: clear auto-chain flag before phase 1 execution Co-Authored-By: Claude Opus 4.7 (1M context) --- .planning/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.planning/config.json b/.planning/config.json index b026c69..0f7ec11 100644 --- a/.planning/config.json +++ b/.planning/config.json @@ -27,7 +27,8 @@ "discuss_mode": "discuss", "skip_discuss": false, "code_review": true, - "code_review_depth": "standard" + "code_review_depth": "standard", + "_auto_chain_active": false }, "hooks": { "context_warnings": true