storkit: accept 335_story_bot_rebuild_command_to_trigger_server_rebuild_and_restart
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
---
|
||||
name: "Bot move command to move stories between pipeline stages"
|
||||
---
|
||||
|
||||
# Story 334: Bot move command to move stories between pipeline stages
|
||||
|
||||
## User Story
|
||||
|
||||
As a project owner in a chat room, I want to type "{bot_name} move {story_number} {stage}" to move a story between pipeline stages, so that I can manage the pipeline from chat.
|
||||
|
||||
## Acceptance Criteria
|
||||
|
||||
- [ ] '{bot_name} move {number} {stage}' moves the story to the specified stage (backlog, current, done)
|
||||
- [ ] Uses the existing move_story MCP tool under the hood
|
||||
- [ ] Returns confirmation with story title, old stage, and new stage
|
||||
- [ ] Returns error if story not found or invalid stage
|
||||
- [ ] Registered in the command registry so it appears in help output
|
||||
- [ ] Handled at bot level without LLM invocation
|
||||
|
||||
## Out of Scope
|
||||
|
||||
- TBD
|
||||
@@ -1,20 +0,0 @@
|
||||
---
|
||||
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
|
||||
Reference in New Issue
Block a user