story-kit: create 191_story_matrix_bot_should_only_respond_when_directly_addressed
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
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
|
||||||
Reference in New Issue
Block a user