docs(plan): record signal gap completion and next up

This commit is contained in:
William Valentin
2026-02-16 01:54:59 -08:00
parent 0269c6032d
commit c2bd8fa313
4 changed files with 74 additions and 9 deletions
@@ -20,7 +20,7 @@
| WhatsApp | Baileys (WhatsApp Web) | whatsapp-web.js (allowlists, mention gating, groups) | **MATCH** |
| Discord | discord.js | discord.js (guild/channel allowlists, mention gating) | **MATCH** |
| Slack | Bolt SDK | Bolt SDK Socket Mode (channel allowlists, mention gating) | **MATCH** |
| Signal | signal-cli | -- | **MISSING** |
| Signal | signal-cli | Signal adapter | **MATCH** |
| iMessage / BlueBubbles | imsg + BlueBubbles | -- | **MISSING** |
| Google Chat | Chat API | -- | **MISSING** |
| Microsoft Teams | Bot Framework | -- | **MISSING** |
@@ -291,10 +291,8 @@ All five Tier 3 items implemented: Lane Queue (per-session FIFO in gateway), cre
- DM pairing codes (PairingManager with TTL codes, all 4 channel adapters, gateway handlers, TUI /pair command)
**Remaining channels (if desired):**
6. Signal (signal-cli bridge)
7. Matrix (matrix-js-sdk)
8. Microsoft Teams (Bot Framework)
9. Google Chat (Chat API)
6. Microsoft Teams (Bot Framework)
7. Google Chat (Chat API)
### Tier 5 — Deferred / Niche