story-kit: queue 191_story_matrix_bot_should_only_respond_when_directly_addressed for QA

This commit is contained in:
Dave
2026-02-25 16:26:16 +00:00
parent 08492c2815
commit 2ba5738f68

View File

@@ -1,20 +0,0 @@
---
name: "Matrix bot should only respond when directly addressed"
---
# Story 191: Matrix bot should only respond when directly addressed
## User Story
As a Matrix room participant, I want the bot to only respond when I address it with @timmy, so that it doesn't waste resources and clutter the room by responding to every single message.
## Acceptance Criteria
- [ ] Bot ignores messages that don't mention @timmy or the bot's Matrix user ID
- [ ] Bot responds normally when mentioned with @timmy at the start or anywhere in the message
- [ ] Bot still processes replies to its own messages (threaded replies)
- [ ] Existing command handling (story-kit MCP tools, etc.) still works when the bot is addressed
## Out of Scope
- TBD