From 0cd7c15227f058ad6171248dfe322a5d5bb865e9 Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 20 Mar 2026 15:30:19 +0000 Subject: [PATCH] storkit: done 355_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 .storkit/work/5_done/355_story_bot_rebuild_command_to_trigger_server_rebuild_and_restart.md diff --git a/.storkit/work/5_done/355_story_bot_rebuild_command_to_trigger_server_rebuild_and_restart.md b/.storkit/work/5_done/355_story_bot_rebuild_command_to_trigger_server_rebuild_and_restart.md new file mode 100644 index 0000000..9525e85 --- /dev/null +++ b/.storkit/work/5_done/355_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 355: Bot rebuild command to trigger server rebuild and restart + +## User Story + +As a ..., I want ..., so that ... + +## Acceptance Criteria + +- [ ] Matrix bot recognizes `rebuild` as a command +- [ ] Command triggers rebuild_and_restart and reports result back to the room +- [ ] Command appears in help output +- [ ] Build failures are reported to the user without crashing the server + +## Out of Scope + +- TBD