diff --git a/.storkit/work/1_backlog/355_story_bot_rebuild_command_to_trigger_server_rebuild_and_restart.md b/.storkit/work/1_backlog/355_story_bot_rebuild_command_to_trigger_server_rebuild_and_restart.md new file mode 100644 index 0000000..9525e85 --- /dev/null +++ b/.storkit/work/1_backlog/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