Conversation-aware replies
The bot uses bounded group context to summarize decisions and answer follow-up questions without reading an unlimited chat history.
A self-hosted WhatsApp group assistant that turns mentions into answers, briefs, and Notion task updates.
Team decisions often disappear inside a busy WhatsApp thread. Captain Patch gives the group one named assistant that can summarize a discussion, search for context, and write the resulting work into Notion.
A mention enters through whatsapp-web.js and passes through sender and group policy checks. The assistant routes the request to conversation, file, voice, web-search, or Notion tools, then returns the response to the same group.
The bot uses bounded group context to summarize decisions and answer follow-up questions without reading an unlimited chat history.
Authorized founders can create tasks, inspect due work, add comments, and attach files from the group conversation.
The assistant can process voice notes, screenshots, and shared files before deciding which tool should handle the request.
One configuration file holds the mascot voice and company context, so another team can adapt the bot without rewriting its core.
Founder-only commands and explicit sender allowlists keep write actions away from untrusted group members.
The project uses an unofficial WhatsApp Web automation layer, so deployments should use a dedicated account and account for protocol changes.