diff --git a/.story_kit/work/1_upcoming/281_story_matrix_bot_announces_itself_when_it_comes_online.md b/.story_kit/work/1_upcoming/281_story_matrix_bot_announces_itself_when_it_comes_online.md new file mode 100644 index 0000000..9af23c0 --- /dev/null +++ b/.story_kit/work/1_upcoming/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