From de5dcceeafe817d64f3a6e8f7c8f7f4b9e86134b Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 18 Mar 2026 11:48:19 +0000 Subject: [PATCH] story-kit: done 281_story_matrix_bot_announces_itself_when_it_comes_online --- ...t_announces_itself_when_it_comes_online.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .story_kit/work/5_done/281_story_matrix_bot_announces_itself_when_it_comes_online.md diff --git a/.story_kit/work/5_done/281_story_matrix_bot_announces_itself_when_it_comes_online.md b/.story_kit/work/5_done/281_story_matrix_bot_announces_itself_when_it_comes_online.md new file mode 100644 index 0000000..9af23c0 --- /dev/null +++ b/.story_kit/work/5_done/281_story_matrix_bot_announces_itself_when_it_comes_online.md @@ -0,0 +1,20 @@ +--- +name: "Matrix bot announces itself when it comes online" +--- + +# Story 281: Matrix bot announces itself when it comes online + +## User Story + +As a user in the Matrix room, I want Timmy to post a message when he starts up, so that I know the bot is online and ready to accept commands. + +## Acceptance Criteria + +- [ ] Bot sends a brief greeting message to each configured room on startup (e.g. 'Timmy is online.') +- [ ] Message uses the configured display_name, not a hardcoded name +- [ ] Message is only sent once per startup, not on reconnects or sync resumptions +- [ ] Bot does not announce if it was already running (e.g. after a brief network blip) + +## Out of Scope + +- TBD