From 8c3e92f93633b072083929ee34e04cb1556f301e Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 20 Mar 2026 08:57:22 +0000 Subject: [PATCH] story-kit: done 335_story_bot_rebuild_command_to_trigger_server_rebuild_and_restart --- ...d_to_trigger_server_rebuild_and_restart.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .story_kit/work/5_done/335_story_bot_rebuild_command_to_trigger_server_rebuild_and_restart.md diff --git a/.story_kit/work/5_done/335_story_bot_rebuild_command_to_trigger_server_rebuild_and_restart.md b/.story_kit/work/5_done/335_story_bot_rebuild_command_to_trigger_server_rebuild_and_restart.md new file mode 100644 index 0000000..3c1602b --- /dev/null +++ b/.story_kit/work/5_done/335_story_bot_rebuild_command_to_trigger_server_rebuild_and_restart.md @@ -0,0 +1,20 @@ +--- +name: "Bot rebuild command to trigger server rebuild and restart" +--- + +# Story 335: Bot rebuild command to trigger server rebuild and restart + +## User Story + +As a project owner in a chat room, I want to type "{bot_name} rebuild" to rebuild and restart the server, so that I can deploy changes from my phone without terminal access. + +## Acceptance Criteria + +- [ ] '{bot_name} rebuild' triggers the rebuild_and_restart MCP tool +- [ ] Bot sends a confirmation message before rebuilding +- [ ] Handled at bot level — intercepts the command before forwarding to LLM +- [ ] Registered in the command registry so it appears in help output + +## Out of Scope + +- TBD