From 5565334d94d76b0cfcd9e135529b5356b237d8ad Mon Sep 17 00:00:00 2001 From: Lucas Berger Date: Wed, 4 Feb 2026 10:47:41 -0500 Subject: [PATCH] fix(09-04): restore missing update route in Keyword Router - Added missing connection for "update" rule (index 6) - This shifted "logs" to correct index 7 - Both text-based update and logs commands now work Co-Authored-By: Claude Opus 4.5 --- n8n-workflow.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/n8n-workflow.json b/n8n-workflow.json index 561becd..f70c6a0 100644 --- a/n8n-workflow.json +++ b/n8n-workflow.json @@ -7019,6 +7019,13 @@ "index": 0 } ], + [ + { + "node": "Detect Batch Command", + "type": "main", + "index": 0 + } + ], [ { "node": "Parse Logs Command",