From cd5df9da3f7ada5dec19ad2381f3b78a6b9fa8b1 Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 25 Feb 2026 15:52:22 +0000 Subject: [PATCH] story-kit: create 189_story_surface_claude_code_compaction_notices_in_matrix_chat --- ..._code_compaction_notices_in_matrix_chat.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .story_kit/work/1_upcoming/189_story_surface_claude_code_compaction_notices_in_matrix_chat.md diff --git a/.story_kit/work/1_upcoming/189_story_surface_claude_code_compaction_notices_in_matrix_chat.md b/.story_kit/work/1_upcoming/189_story_surface_claude_code_compaction_notices_in_matrix_chat.md new file mode 100644 index 0000000..11d8ef8 --- /dev/null +++ b/.story_kit/work/1_upcoming/189_story_surface_claude_code_compaction_notices_in_matrix_chat.md @@ -0,0 +1,20 @@ +--- +name: "Surface Claude Code compaction notices in Matrix chat" +--- + +# Story 189: Surface Claude Code compaction notices in Matrix chat + +## User Story + +As a user chatting with the Claude Code bot via Matrix, I want to see a notice when context compaction occurs, so that I understand why there may be a brief pause and know that earlier context may have been summarized. + +## Acceptance Criteria + +- [ ] Identify the event type emitted by Claude Code during compaction +- [ ] Update the Matrix bot's event filter/handler to catch compaction events +- [ ] Render a visible notice in the Matrix room when compaction occurs (e.g. a system message or notice) +- [ ] Verify by triggering compaction in a test conversation and confirming the notice appears + +## Out of Scope + +- TBD