story-kit: accept 295_bug_stories_stuck_in_qa_when_qa_agent_is_busy
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
---
|
||||
name: "Bot git status command shows working tree and branch info"
|
||||
---
|
||||
|
||||
# Story 299: Bot git status command shows working tree and branch info
|
||||
|
||||
## User Story
|
||||
|
||||
As a project owner in a Matrix room, I want to type "{bot_name} git" and see the current git status (branch, uncommitted changes, how far ahead/behind remote), so that I can check the repo state without terminal access.
|
||||
|
||||
## Acceptance Criteria
|
||||
|
||||
- [ ] '{bot_name} git' displays current branch name
|
||||
- [ ] Shows count of uncommitted changes (staged and unstaged) with filenames
|
||||
- [ ] Shows how many commits ahead/behind the remote branch
|
||||
- [ ] Output is formatted compactly for Matrix chat
|
||||
- [ ] Registered in the command registry in commands.rs so it appears in help output
|
||||
- [ ] Handled at bot level without LLM invocation
|
||||
|
||||
## Out of Scope
|
||||
|
||||
- TBD
|
||||
Reference in New Issue
Block a user