From 511c5809f21085346ab02d97794790d99fd13025 Mon Sep 17 00:00:00 2001 From: Dave Date: Tue, 17 Mar 2026 13:48:54 +0000 Subject: [PATCH] story-kit: remove 263_refactor_extract_common_matrix_messaging_for_story_notifications --- ...atrix_messaging_for_story_notifications.md | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 .story_kit/work/1_upcoming/263_refactor_extract_common_matrix_messaging_for_story_notifications.md diff --git a/.story_kit/work/1_upcoming/263_refactor_extract_common_matrix_messaging_for_story_notifications.md b/.story_kit/work/1_upcoming/263_refactor_extract_common_matrix_messaging_for_story_notifications.md deleted file mode 100644 index a032f19..0000000 --- a/.story_kit/work/1_upcoming/263_refactor_extract_common_matrix_messaging_for_story_notifications.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: "Extract common Matrix messaging for story notifications" ---- - -# Refactor 263: Extract common Matrix messaging for story notifications - -## Current State - -- TBD - -## Desired State - -Stories 261 and 262 both send bot notifications to Matrix. Extract shared Matrix message-sending logic into a common module so both stage-change notifications and error notifications use the same code path, eliminating duplication. - -## Acceptance Criteria - -- [ ] Both story 261 (stage notifications) and 262 (error notifications) use a shared utility/module for sending Matrix messages -- [ ] No duplicated Matrix message-sending code between the two features -- [ ] Existing notification behavior is preserved for both stories - -## Out of Scope - -- TBD