storkit: done 418_refactor_split_pool_auto_assign_rs_into_submodules

This commit is contained in:
dave
2026-03-28 08:48:05 +00:00
parent d375c4b1d3
commit c0ea5f0cb8
2 changed files with 28 additions and 22 deletions
@@ -1,22 +0,0 @@
---
name: "Unblock command to reset blocked stories"
---
# Story 422: Unblock command to reset blocked stories
## User Story
As a ..., I want ..., so that ...
## Acceptance Criteria
- [ ] Bot command `unblock <story_id>` clears blocked flag and resets retry_count to 0 on the story front matter
- [ ] Replies with confirmation including story ID and name
- [ ] Returns clear error if story is not found or not blocked
- [ ] Works from all transports (Matrix, WhatsApp, Slack)
- [ ] Exposed as an MCP tool so agents can unblock stories programmatically
- [ ] Works as a slash command in the web UI
## Out of Scope
- TBD