docs: complete channels rename sweep
This commit is contained in:
@@ -81,7 +81,7 @@ git commit -m "Add Clawd workspace"
|
||||
## What Clawdbot Does
|
||||
- Runs WhatsApp gateway + Pi coding agent so the assistant can read/write chats, fetch context, and run skills via the host Mac.
|
||||
- macOS app manages permissions (screen recording, notifications, microphone) and exposes the `clawdbot` CLI via its bundled binary.
|
||||
- Direct chats collapse into the agent's `main` session by default; groups stay isolated as `agent:<agentId>:<provider>:group:<id>` (rooms/channels: `agent:<agentId>:<provider>:channel:<id>`); heartbeats keep background tasks alive.
|
||||
- Direct chats collapse into the agent's `main` session by default; groups stay isolated as `agent:<agentId>:<channel>:group:<id>` (rooms/channels: `agent:<agentId>:<channel>:channel:<id>`); heartbeats keep background tasks alive.
|
||||
|
||||
## Core Skills (enable in Settings → Skills)
|
||||
- **mcporter** — Tool server runtime/CLI for managing external skill backends.
|
||||
|
||||
@@ -67,8 +67,8 @@ A `sessionKey` identifies *which conversation bucket* you’re in (routing + iso
|
||||
Common patterns:
|
||||
|
||||
- Main/direct chat (per agent): `agent:<agentId>:<mainKey>` (default `main`)
|
||||
- Group: `agent:<agentId>:<provider>:group:<id>`
|
||||
- Room/channel (Discord/Slack): `agent:<agentId>:<provider>:channel:<id>` or `...:room:<id>`
|
||||
- Group: `agent:<agentId>:<channel>:group:<id>`
|
||||
- Room/channel (Discord/Slack): `agent:<agentId>:<channel>:channel:<id>` or `...:room:<id>`
|
||||
- Cron: `cron:<job.id>`
|
||||
- Webhook: `hook:<uuid>` (unless overridden)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user