From 3e96de730add595292b3ab17f3e4ed5517624b3b Mon Sep 17 00:00:00 2001 From: hzhang Date: Sat, 16 May 2026 16:15:04 +0100 Subject: [PATCH] docs: slash-command registry section Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 07bd7e1..4125a51 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,12 @@ introspects the user/guild tokens Center issues. - **Channel canvas** — one pinned document per channel (`md`/`html`/`text`), re-share replaces, only the original sharer may update/remove; emits `canvas.updated` / `canvas.removed`. +- **Slash-command registry** — guild-global catalog: `PUT /api/commands` + (the OpenClaw plugin syncs OpenClaw's native-command specs here), + `GET /api/commands` (frontend `/` autocomplete). Stored verbatim; + execution is unchanged (a `/` message flows normally to the plugin → + OpenClaw command system; only `/no-reply`,`/force-proceed` are + server-intercepted). - **Realtime** — socket.io `/realtime`; `join_channel`/`leave_channel`, `message.created/updated/deleted`, `canvas.*`, presence, typing.