Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .agents/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Read subagents on-demand. Full index: `subagent-index.toon`.
| Design | `tools/design/ui-ux-inspiration.md`, `tools/design/ui-ux-catalogue.toon`, `tools/design/brand-identity.md` |
| SEO | `seo/dataforseo.md`, `seo/google-search-console.md` |
| WordPress | `tools/wordpress/wp-dev.md`, `tools/wordpress/mainwp.md` |
| Communications | `services/communications/matterbridge.md`, `services/communications/discord.md`, `services/communications/simplex.md`, `services/communications/matrix-bot.md`, `services/communications/bitchat.md`, `services/communications/xmtp.md` |
| Communications | `services/communications/matterbridge.md`, `services/communications/simplex.md`, `services/communications/signal.md`, `services/communications/telegram.md`, `services/communications/whatsapp.md`, `services/communications/matrix-bot.md`, `services/communications/slack.md`, `services/communications/discord.md`, `services/communications/msteams.md`, `services/communications/google-chat.md`, `services/communications/nextcloud-talk.md`, `services/communications/nostr.md`, `services/communications/urbit.md`, `services/communications/imessage.md`, `services/communications/bitchat.md`, `services/communications/xmtp.md` |
| Email | `tools/ui/react-email.md`, `services/email/email-testing.md`, `services/email/email-agent.md` |
| Payments | `services/payments/revenuecat.md`, `services/payments/stripe.md`, `services/payments/procurement.md` |
| Security/Encryption | `tools/security/tirith.md`, `tools/security/opsec.md`, `tools/security/prompt-injection-defender.md`, `tools/credentials/encryption-stack.md` |
Expand Down
547 changes: 547 additions & 0 deletions .agents/services/communications/google-chat.md

Large diffs are not rendered by default.

418 changes: 418 additions & 0 deletions .agents/services/communications/imessage.md

Large diffs are not rendered by default.

23 changes: 21 additions & 2 deletions .agents/services/communications/matterbridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,9 +462,28 @@ See `tools/security/opsec.md` for full platform trust matrix and threat modeling

## Related

### Platforms with native Matterbridge support

- `services/communications/matrix-bot.md` — Matrix bot for aidevops runner dispatch
- `services/communications/simplex.md` — SimpleX install, bot API, self-hosted servers
- `services/communications/simplex.md` — SimpleX (via custom adapter)
- `services/communications/telegram.md` — Telegram Bot API
- `services/communications/signal.md` — Signal (via signal-cli)
- `services/communications/whatsapp.md` — WhatsApp (via whatsmeow)
- `services/communications/slack.md` — Slack Bot API
- `services/communications/discord.md` — Discord Bot API
- `services/communications/msteams.md` — MS Teams (webhook/Bot Framework)
- `services/communications/nextcloud-talk.md` — Nextcloud Talk API

### Platforms without native Matterbridge support

- `services/communications/nostr.md` — Nostr (would require custom gateway)
- `services/communications/imessage.md` — iMessage (would require BlueBubbles gateway)
- `services/communications/google-chat.md` — Google Chat (would require custom gateway)
- `services/communications/urbit.md` — Urbit (would require Eyre HTTP gateway)

### Other

- `services/communications/bitchat.md` — Bitchat (Bluetooth mesh, offline P2P)
- `services/communications/xmtp.md` — XMTP (Web3 messaging, agent SDK, payments)
- `tools/security/opsec.md` — Platform trust matrix, E2E status, metadata warnings
- `tools/security/opsec.md` — Platform trust matrix, privacy comparison, AI training risks
- `tools/ai-assistants/headless-dispatch.md` — Headless dispatch patterns
Loading