story-kit: accept 327_story_bot_overview_command_shows_implementation_summary_for_a_story
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
---
|
||||
name: "Bot overview command shows implementation summary for a story"
|
||||
---
|
||||
|
||||
# Story 327: Bot overview command shows implementation summary for a story
|
||||
|
||||
## User Story
|
||||
|
||||
As a project owner in a Matrix room, I want to type "{bot_name} overview {story_number}" and see a summary of what was implemented for that story, so that I can understand the scope of changes without reading code or asking the bot to investigate.
|
||||
|
||||
## Acceptance Criteria
|
||||
|
||||
- [ ] '{bot_name} overview {number}' finds the story's merge commit or feature branch on master
|
||||
- [ ] Shows git diff --stat (files changed with line counts)
|
||||
- [ ] Extracts key function/struct/type names added or modified from the diff
|
||||
- [ ] Shows a compact summary formatted for Matrix chat
|
||||
- [ ] Returns a friendly message if no implementation found (story still in backlog or ghost)
|
||||
- [ ] Registered in the command registry so it appears in help output
|
||||
- [ ] Handled at bot level without LLM invocation — uses git commands only
|
||||
|
||||
## Out of Scope
|
||||
|
||||
- TBD
|
||||
Reference in New Issue
Block a user