From 257ee05ac678390fab199bf79d132111693e47ae Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 18 Mar 2026 14:49:40 +0000 Subject: [PATCH] story-kit: accept 266_story_matrix_bot_structured_conversation_history --- ...d_and_restart_mcp_tool_does_not_rebuild.md | 28 ------------------- ...lp_command_lists_available_bot_commands.md | 21 -------------- ...rix_bot_structured_conversation_history.md | 0 3 files changed, 49 deletions(-) delete mode 100644 .story_kit/work/1_backlog/289_bug_rebuild_and_restart_mcp_tool_does_not_rebuild.md delete mode 100644 .story_kit/work/5_done/285_story_matrix_bot_help_command_lists_available_bot_commands.md rename .story_kit/work/{5_done => 6_archived}/266_story_matrix_bot_structured_conversation_history.md (100%) diff --git a/.story_kit/work/1_backlog/289_bug_rebuild_and_restart_mcp_tool_does_not_rebuild.md b/.story_kit/work/1_backlog/289_bug_rebuild_and_restart_mcp_tool_does_not_rebuild.md deleted file mode 100644 index 4fa35e3..0000000 --- a/.story_kit/work/1_backlog/289_bug_rebuild_and_restart_mcp_tool_does_not_rebuild.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -name: "rebuild_and_restart MCP tool does not rebuild" -agent: coder-opus ---- - -# Bug 289: rebuild_and_restart MCP tool does not rebuild - -## Description - -The rebuild_and_restart MCP tool re-execs the server binary but does not run cargo build first. It restarts with the old binary, so code changes are not picked up. - -## How to Reproduce - -1. Make a code change to the server -2. Call rebuild_and_restart via MCP -3. Observe the server restarts but the code change is not reflected - -## Actual Result - -Server re-execs with the old binary. Code changes are not compiled. - -## Expected Result - -Server runs cargo build --release (or cargo build) before re-execing, so the new binary includes the latest code changes. - -## Acceptance Criteria - -- [ ] Bug is fixed and verified diff --git a/.story_kit/work/5_done/285_story_matrix_bot_help_command_lists_available_bot_commands.md b/.story_kit/work/5_done/285_story_matrix_bot_help_command_lists_available_bot_commands.md deleted file mode 100644 index 061a6c1..0000000 --- a/.story_kit/work/5_done/285_story_matrix_bot_help_command_lists_available_bot_commands.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: "Matrix bot help command lists available bot commands" ---- - -# Story 285: Matrix bot help command lists available bot commands - -## User Story - -As a user in a Matrix room, I want to type "{bot_name} help" and get a list of all available bot commands with brief descriptions, so that I can discover what the bot can do without having to ask or remember. - -## Acceptance Criteria - -- [ ] Chat command "{bot_name} help" displays a list of all available bot-level commands (bot name comes from display_name in bot.toml) -- [ ] Each command is shown with a short description of what it does -- [ ] Help output is formatted for readability in Matrix -- [ ] Help command is handled at the bot level — does not require a full Claude invocation -- [ ] Help list automatically includes new commands as they are added (driven by a registry or similar, not a hardcoded string) - -## Out of Scope - -- TBD diff --git a/.story_kit/work/5_done/266_story_matrix_bot_structured_conversation_history.md b/.story_kit/work/6_archived/266_story_matrix_bot_structured_conversation_history.md similarity index 100% rename from .story_kit/work/5_done/266_story_matrix_bot_structured_conversation_history.md rename to .story_kit/work/6_archived/266_story_matrix_bot_structured_conversation_history.md