From a8d6524b56787bffb962670e8f12fbd7ab81d752 Mon Sep 17 00:00:00 2001 From: Timmy Date: Thu, 26 Mar 2026 11:09:28 +0000 Subject: [PATCH] storkit: create 404_bug_whatsapp_and_slack_missing_assign_command_handler --- ...4_bug_whatsapp_and_slack_missing_assign_command_handler.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.storkit/work/1_backlog/404_bug_whatsapp_and_slack_missing_assign_command_handler.md b/.storkit/work/1_backlog/404_bug_whatsapp_and_slack_missing_assign_command_handler.md index 8d14f6b7..9b77ea7c 100644 --- a/.storkit/work/1_backlog/404_bug_whatsapp_and_slack_missing_assign_command_handler.md +++ b/.storkit/work/1_backlog/404_bug_whatsapp_and_slack_missing_assign_command_handler.md @@ -8,6 +8,10 @@ name: "WhatsApp and Slack missing assign command handler" The assign command has a fallback handler in chat/commands/mod.rs that returns None. Only Matrix has pre-dispatch handling for this command. On WhatsApp and Slack, the command falls through to the LLM path. +## Implementation Note + +Follow the existing code patterns used by commands that already work on WhatsApp and Slack (e.g. "rebuild", "status"). Study how those commands are dispatched and handled, and implement the assign handler in the same way. + ## How to Reproduce 1. Configure bot with transport = "whatsapp" or "slack"\n2. Send "assign " to the bot\n3. Check server logs