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)