storkit: create 362_story_bot_whatsup_command_shows_in_progress_work_summary

This commit is contained in:
Dave
2026-03-21 21:26:02 +00:00
parent b747cc0fab
commit 76369de391

View File

@@ -16,7 +16,7 @@ As a project owner in a Matrix room, I want to type "{bot_name} whatsup {story_n
- [ ] Shows which Acceptance Criteria are checked vs unchecked - [ ] Shows which Acceptance Criteria are checked vs unchecked
- [ ] Shows active branch and worktree path if one exists - [ ] Shows active branch and worktree path if one exists
- [ ] Shows git diff --stat of changes on the branch since branching from master - [ ] Shows git diff --stat of changes on the branch since branching from master
- [ ] Shows last 5 commit messages on the active branch - [ ] Shows last 5 commit messages on the feature branch (not master)
- [ ] Shows the last 20 lines of the agent log for this story (if a log exists) - [ ] Shows the last 20 lines of the agent log for this story (if a log exists)
- [ ] Returns a friendly message if the story is not found or not currently in progress - [ ] Returns a friendly message if the story is not found or not currently in progress
- [ ] Registered in the command registry so it appears in help output - [ ] Registered in the command registry so it appears in help output