From ac2d745e1d85bd8500e9e6ddaab5d3ad94a90b36 Mon Sep 17 00:00:00 2001 From: Lucas Berger Date: Sun, 8 Feb 2026 10:05:06 -0500 Subject: [PATCH] fix(10.1-09): wire /list command connection to Prepare Status Input The list keyword rule was added to Keyword Router but its connection pointed to Show Menu (fallback) instead of Prepare Status Input. Added proper connection at index 8 and shifted fallback to index 9. Co-Authored-By: Claude Opus 4.6 --- n8n-workflow.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/n8n-workflow.json b/n8n-workflow.json index 6499fb9..d0d65d9 100644 --- a/n8n-workflow.json +++ b/n8n-workflow.json @@ -5272,6 +5272,13 @@ "index": 0 } ], + [ + { + "node": "Prepare Status Input", + "type": "main", + "index": 0 + } + ], [ { "node": "Show Menu",