diff --git a/.storkit/work/1_backlog/396_story_whatsapp_bot_startup_announcement_after_restart.md b/.storkit/work/1_backlog/396_story_whatsapp_bot_startup_announcement_after_restart.md new file mode 100644 index 00000000..9f6ccf53 --- /dev/null +++ b/.storkit/work/1_backlog/396_story_whatsapp_bot_startup_announcement_after_restart.md @@ -0,0 +1,21 @@ +--- +name: "WhatsApp bot startup announcement after restart" +--- + +# Story 396: WhatsApp bot startup announcement after restart + +## User Story + +As a WhatsApp user, I want the bot to announce its presence when it starts up or restarts, like it does in Matrix, so I know it's back online and ready. + +## Acceptance Criteria + +- [ ] Bot sends a startup message to all known WhatsApp senders (from conversation history or ambient rooms) when the server starts +- [ ] Startup message includes the bot name and indicates it is online/ready +- [ ] Slack transport gets the same startup announcement treatment +- [ ] Matrix startup announcement behavior is unaffected +- [ ] After a rebuild command, the new process sends the announcement on startup + +## Out of Scope + +- TBD