From 7c1a970b13a15075bdce22677dd7b5cd4f5ba633 Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 25 Mar 2026 15:21:39 +0000 Subject: [PATCH] storkit: create 390_bug_whatsapp_missing_async_command_handlers_for_start_rebuild_reset_rmtree_assign --- ...ync_command_handlers_for_start_rebuild_reset_rmtree_assign.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.storkit/work/1_backlog/390_bug_whatsapp_missing_async_command_handlers_for_start_rebuild_reset_rmtree_assign.md b/.storkit/work/1_backlog/390_bug_whatsapp_missing_async_command_handlers_for_start_rebuild_reset_rmtree_assign.md index d5d7ea4a..77a21b5b 100644 --- a/.storkit/work/1_backlog/390_bug_whatsapp_missing_async_command_handlers_for_start_rebuild_reset_rmtree_assign.md +++ b/.storkit/work/1_backlog/390_bug_whatsapp_missing_async_command_handlers_for_start_rebuild_reset_rmtree_assign.md @@ -28,3 +28,4 @@ All commands listed in help should work in WhatsApp, matching Matrix behavior. s - [ ] rmtree command works in WhatsApp (extract_rmtree_command dispatch) - [ ] assign command works in WhatsApp (extract_assign_command dispatch) - [ ] Same 5 commands also work in Slack transport if similarly missing +- [ ] RETRY: Previous attempt was marked done without any code changes — the mergemaster moved the story to done but no async command handlers were actually added to whatsapp.rs. The fix must add extract_start_command, extract_rebuild_command, extract_reset_command, extract_rmtree_command, and extract_assign_command dispatch blocks to handle_incoming_message in whatsapp.rs, following the existing pattern used for htop and delete. Also check and fix Slack if similarly missing.