story-kit: start 191_story_matrix_bot_should_only_respond_when_directly_addressed

This commit is contained in:
Dave
2026-02-25 16:11:35 +00:00
parent 790c6a2be1
commit 5053b85fe4

View File

@@ -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