storkit: done 396_story_whatsapp_bot_startup_announcement_after_restart

This commit is contained in:
dave
2026-03-26 20:22:29 +00:00
parent c4cee72938
commit 507889627a
@@ -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