From 52e9fe2a8750467dbfc248deca4e59fe1d55c015 Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 2 Apr 2026 15:41:28 +0000 Subject: [PATCH] storkit: accept 456_bug_matrix_bot_ignores_in_room_verification_requests_from_element --- ...addressed_to_other_bots_in_ambient_mode.md | 21 ------------------- ...room_verification_requests_from_element.md | 0 2 files changed, 21 deletions(-) delete mode 100644 .storkit/work/1_backlog/458_story_matrix_bot_ignores_messages_addressed_to_other_bots_in_ambient_mode.md rename .storkit/work/{5_done => 6_archived}/456_bug_matrix_bot_ignores_in_room_verification_requests_from_element.md (100%) diff --git a/.storkit/work/1_backlog/458_story_matrix_bot_ignores_messages_addressed_to_other_bots_in_ambient_mode.md b/.storkit/work/1_backlog/458_story_matrix_bot_ignores_messages_addressed_to_other_bots_in_ambient_mode.md deleted file mode 100644 index ecc99ec2..00000000 --- a/.storkit/work/1_backlog/458_story_matrix_bot_ignores_messages_addressed_to_other_bots_in_ambient_mode.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: "Matrix bot ignores messages addressed to other bots in ambient mode" ---- - -# Story 458: Matrix bot ignores messages addressed to other bots in ambient mode - -## User Story - -As a user with multiple bots in the same Matrix room, I want each bot to only respond to messages addressed to it in ambient mode, so that bots don't step on each other's responses. - -## Acceptance Criteria - -- [ ] In ambient mode, the bot ignores messages that begin with another bot's name or mention another bot's display name (e.g. 'sally: do X' or '@sally do X' is ignored by stu) -- [ ] In ambient mode, the bot still responds to messages with no explicit addressee -- [ ] In ambient mode, the bot still responds to messages explicitly addressed to itself (e.g. 'stu: do X' or '@stu do X') -- [ ] Direct @mention of the bot's Matrix user ID always triggers a response regardless of ambient mode -- [ ] The bot's own display_name from bot.toml is used to detect when it is being addressed - -## Out of Scope - -- TBD diff --git a/.storkit/work/5_done/456_bug_matrix_bot_ignores_in_room_verification_requests_from_element.md b/.storkit/work/6_archived/456_bug_matrix_bot_ignores_in_room_verification_requests_from_element.md similarity index 100% rename from .storkit/work/5_done/456_bug_matrix_bot_ignores_in_room_verification_requests_from_element.md rename to .storkit/work/6_archived/456_bug_matrix_bot_ignores_in_room_verification_requests_from_element.md