storkit: accept 386_story_unreleased_command_shows_list_of_stories_since_last_release

This commit is contained in:
dave
2026-03-25 02:13:11 +00:00
parent bcb7cfabee
commit 25c8b1ec25

View File

@@ -1,22 +0,0 @@
---
name: "Unreleased command shows list of stories since last release"
---
# Story 386: Unreleased command shows list of stories since last release
## User Story
As a user, I want a bot command and web UI slash command called "unreleased" that shows a list of stories completed since the last release, so that I can see what's ready to ship.
## Acceptance Criteria
- [ ] Bot command `unreleased` returns a list of stories merged to master since the last release tag
- [ ] Web UI slash command /unreleased returns the same list
- [ ] Each entry shows story number and name
- [ ] If there are no unreleased stories, a clear message is shown
- [ ] Command is registered in the help command output
- [ ] WhatsApp, Slack, and Matrix transports all support the command via the shared command dispatcher
## Out of Scope
- TBD