storkit: done 400_bug_whatsapp_and_slack_missing_reset_command_handler

This commit is contained in:
dave
2026-03-26 20:18:00 +00:00
parent cd3ded278d
commit 33cb363651
2 changed files with 45 additions and 21 deletions
@@ -1,21 +0,0 @@
---
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