From 070d53068e4bee53798229f39aac8d70aa52ab1c Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 18 Mar 2026 16:00:44 +0000 Subject: [PATCH] story-kit: accept 283_bug_pipeline_does_not_check_manual_qa_flag_before_advancing_from_qa_to_merge --- ...ll_bot_commands_in_the_command_registry.md | 22 ------------------- ..._flag_before_advancing_from_qa_to_merge.md | 0 2 files changed, 22 deletions(-) delete mode 100644 .story_kit/work/1_backlog/293_story_register_all_bot_commands_in_the_command_registry.md rename .story_kit/work/{5_done => 6_archived}/283_bug_pipeline_does_not_check_manual_qa_flag_before_advancing_from_qa_to_merge.md (100%) diff --git a/.story_kit/work/1_backlog/293_story_register_all_bot_commands_in_the_command_registry.md b/.story_kit/work/1_backlog/293_story_register_all_bot_commands_in_the_command_registry.md deleted file mode 100644 index 63b2eff..0000000 --- a/.story_kit/work/1_backlog/293_story_register_all_bot_commands_in_the_command_registry.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: "Register all bot commands in the command registry" ---- - -# Story 293: Register all bot commands in the command registry - -## User Story - -As a user, I want all bot commands (help, status, ambient on/off) to be registered in the command registry in commands.rs, so that the help command lists everything the bot can do and there's one consistent mechanism for handling bot-level commands. - -## Acceptance Criteria - -- [ ] Status command is moved from bot.rs into the command registry in commands.rs -- [ ] Ambient on/off command is moved from bot.rs into the command registry in commands.rs -- [ ] Help command output lists all registered commands including status and ambient -- [ ] No bot-level commands are handled outside of the registry (single mechanism) -- [ ] Existing behavior of all commands is preserved -- [ ] Registry handler functions receive enough context to perform their work (e.g. project_root for status, ambient_rooms for ambient) - -## Out of Scope - -- TBD diff --git a/.story_kit/work/5_done/283_bug_pipeline_does_not_check_manual_qa_flag_before_advancing_from_qa_to_merge.md b/.story_kit/work/6_archived/283_bug_pipeline_does_not_check_manual_qa_flag_before_advancing_from_qa_to_merge.md similarity index 100% rename from .story_kit/work/5_done/283_bug_pipeline_does_not_check_manual_qa_flag_before_advancing_from_qa_to_merge.md rename to .story_kit/work/6_archived/283_bug_pipeline_does_not_check_manual_qa_flag_before_advancing_from_qa_to_merge.md