From 5b04665a44fd7615eb8fc9cf1a998ba86a752426 Mon Sep 17 00:00:00 2001 From: George Zhang Date: Tue, 5 May 2026 15:41:49 -0700 Subject: [PATCH] test: track Weixin catalog discovery fixture --- crabpot.config.json | 4 ++-- plugins/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crabpot.config.json b/crabpot.config.json index 7605443..fa476fd 100644 --- a/crabpot.config.json +++ b/crabpot.config.json @@ -1149,11 +1149,11 @@ }, "path": "plugins/openclaw-weixin", "priority": "high", - "seams": ["channel", "media", "account-auth", "pairing", "sdk-subpaths"], + "seams": ["channel", "media", "account-auth", "pairing", "sdk-subpaths", "catalog-discovery"], "expect": { "registrations": ["registerChannel"] }, - "why": "NPM-pinned Weixin channel fixture covering scan-login pairing, account isolation, media upload/download, and narrow SDK subpath usage." + "why": "NPM-pinned Weixin channel fixture covering scan-login pairing, account isolation, media upload/download, narrow SDK subpath usage, and npm-installed channel catalog discovery." }, { "id": "lightclawbot", diff --git a/plugins/README.md b/plugins/README.md index 5c4186b..a15a4d1 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -93,7 +93,7 @@ directory: "/plugins/" | `dingtalk-connector` | `plugins/dingtalk-connector` | git | high | channel, streaming, gateway methods | Official DingTalk connector fixture covering Stream-mode ingress, AI Card replies, multi-account access policy, gateway RPC methods, and packaged channel skills. | | `mocrane-wecom` | `plugins/mocrane-wecom` | git | high | channel, MCP, SDK compat | Latest @mocrane/wecom-backed fixture covering WeCom routing, MCP tooling, skill bundles, HTTP routes, and SDK shims. | | `yuanbao` | `plugins/yuanbao` | npm | high | channel, command, SDK compat | Yuanbao bot fixture covering auth, media, tools, command queue compatibility, and root SDK imports. | -| `openclaw-weixin` | `plugins/openclaw-weixin` | npm | high | channel, pairing, SDK subpaths | Weixin channel fixture covering scan-login pairing, account isolation, media, and narrow SDK subpath usage. | +| `openclaw-weixin` | `plugins/openclaw-weixin` | npm | high | channel, pairing, SDK subpaths, catalog discovery | Weixin channel fixture covering scan-login pairing, account isolation, media, narrow SDK subpath usage, and npm-installed channel catalog discovery. | | `lightclawbot` | `plugins/lightclawbot` | npm | medium | channel, cron, bundled deps | Channel fixture covering cron/proactive messaging metadata, upload tooling, bundled Socket.IO dependencies, and JS-only packages. | | `telnyx-sms` | `plugins/telnyx-sms` | git | medium | channel, HTTP routes, media | Telnyx-owned SMS/MMS channel fixture covering channel setup, multi-account auth, webhook verification, route registration, and auto-exposure flows. | | `clawrouter` | `plugins/clawrouter` | git | medium | provider capability, proxy, commands | Model-router fixture covering provider registration, generation/search capabilities, sidecar lifecycle, x402 wallet setup, commands, and partner tools. |