From d3583e568fef06faff444e7bdfbf349d523e3627 Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 25 Feb 2026 12:05:16 +0000 Subject: [PATCH] story-kit: create 182_story_matrix_bot_conversation_context_and_multi_room --- .../182_story_matrix_bot_conversation_context_and_multi_room.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.story_kit/work/1_upcoming/182_story_matrix_bot_conversation_context_and_multi_room.md b/.story_kit/work/1_upcoming/182_story_matrix_bot_conversation_context_and_multi_room.md index d8bd900..6ad9011 100644 --- a/.story_kit/work/1_upcoming/182_story_matrix_bot_conversation_context_and_multi_room.md +++ b/.story_kit/work/1_upcoming/182_story_matrix_bot_conversation_context_and_multi_room.md @@ -33,4 +33,4 @@ The Matrix bot story (currently 174, will be renumbered) delivers a basic Matrix - Store conversation history as a `HashMap>` with a configurable max length - Trim oldest messages when the history exceeds the limit - Include Matrix display names in the message context so the LLM knows who said what -- Depends on 174 (Matrix bot infrastructure) +- Depends on the Matrix bot story (currently 174, will be renumbered after merge)