docs: drop Updated headers

This commit is contained in:
Peter Steinberger
2026-01-09 00:20:32 +01:00
parent a5cb51282c
commit e952f7df96
12 changed files with 0 additions and 12 deletions

View File

@@ -6,7 +6,6 @@ read_when:
---
# Polls
Updated: 2026-01-06
## Supported providers
- WhatsApp (web provider)

View File

@@ -5,7 +5,6 @@ read_when:
---
# Providers & routing
Updated: 2026-01-06
Clawdbot routes replies **back to the provider where a message came from**. The
model does not choose a provider; routing is deterministic and controlled by the

View File

@@ -5,7 +5,6 @@ read_when:
---
# Remote Clawdbot (macOS ⇄ remote host)
Updated: 2025-12-08
This flow lets the macOS app act as a full remote control for a Clawdbot gateway running on another host (e.g. a Mac Studio). All features—health checks, Voice Wake forwarding, and Web Chat—reuse the same remote SSH configuration from *Settings → General*.

View File

@@ -5,7 +5,6 @@ read_when:
---
# Voice Wake & Push-to-Talk
Updated: 2026-01-08 · Owners: mac app
## Modes
- **Wake-word mode** (default): always-on Speech recognizer waits for trigger tokens (`swabbleTriggerWords`). On match it starts capture, shows the overlay with partial text, and auto-sends after silence.

View File

@@ -5,7 +5,6 @@ read_when:
---
# Discord (Bot API)
Updated: 2026-01-07
Status: ready for DM and guild text channels via the official Discord bot gateway.

View File

@@ -5,7 +5,6 @@ read_when:
---
# grammY Integration (Telegram Bot API)
Updated: 2026-01-07
# Why grammY
- TS-first Bot API client with built-in long-poll + webhook helpers, middleware, error handling, rate limiter.

View File

@@ -6,7 +6,6 @@ read_when:
---
# iMessage (imsg)
Updated: 2026-01-08
Status: external CLI integration. Gateway spawns `imsg rpc` (JSON-RPC over stdio).

View File

@@ -6,7 +6,6 @@ read_when:
---
# Signal (signal-cli)
Updated: 2026-01-06
Status: external CLI integration. Gateway talks to `signal-cli` over HTTP JSON-RPC + SSE.

View File

@@ -5,7 +5,6 @@ read_when:
---
# Telegram (Bot API)
Updated: 2026-01-08
Status: production-ready for bot DMs + groups via grammY. Long-polling by default; webhook optional.

View File

@@ -5,7 +5,6 @@ read_when:
---
# WhatsApp (web provider)
Updated: 2026-01-08
Status: WhatsApp Web via Baileys only. Gateway owns the session(s).

View File

@@ -6,7 +6,6 @@ read_when:
---
# TUI (Gateway chat client)
Updated: 2026-01-07
## What it is
- A terminal UI that connects to the Gateway WebSocket and speaks the same chat APIs as WebChat.

View File

@@ -5,7 +5,6 @@ read_when:
---
# WebChat (Gateway WebSocket UI)
Updated: 2026-01-06
Status: the macOS/iOS SwiftUI chat UI talks directly to the Gateway WebSocket.