From 790c6a2be185055f3a0b678a362d75cdecdb1f63 Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 25 Feb 2026 16:10:57 +0000 Subject: [PATCH] story-kit: create 191_story_matrix_bot_should_only_respond_when_directly_addressed --- ...ld_only_respond_when_directly_addressed.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .story_kit/work/1_upcoming/191_story_matrix_bot_should_only_respond_when_directly_addressed.md diff --git a/.story_kit/work/1_upcoming/191_story_matrix_bot_should_only_respond_when_directly_addressed.md b/.story_kit/work/1_upcoming/191_story_matrix_bot_should_only_respond_when_directly_addressed.md new file mode 100644 index 0000000..6832954 --- /dev/null +++ b/.story_kit/work/1_upcoming/191_story_matrix_bot_should_only_respond_when_directly_addressed.md @@ -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