vilvona 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (812) hide show
  1. package/CHANGELOG.md +12331 -0
  2. package/LICENSE +24 -0
  3. package/README.md +314 -0
  4. package/THIRD_PARTY_NOTICES.md +37 -0
  5. package/docs/.i18n/README.md +81 -0
  6. package/docs/.i18n/ar-navigation.json +18 -0
  7. package/docs/.i18n/de-navigation.json +18 -0
  8. package/docs/.i18n/es-navigation.json +18 -0
  9. package/docs/.i18n/fr-navigation.json +18 -0
  10. package/docs/.i18n/glossary.ar.json +82 -0
  11. package/docs/.i18n/glossary.de.json +82 -0
  12. package/docs/.i18n/glossary.es.json +82 -0
  13. package/docs/.i18n/glossary.fa.json +82 -0
  14. package/docs/.i18n/glossary.fr.json +82 -0
  15. package/docs/.i18n/glossary.id.json +82 -0
  16. package/docs/.i18n/glossary.it.json +82 -0
  17. package/docs/.i18n/glossary.ja-JP.json +102 -0
  18. package/docs/.i18n/glossary.ko.json +82 -0
  19. package/docs/.i18n/glossary.nl.json +82 -0
  20. package/docs/.i18n/glossary.pl.json +82 -0
  21. package/docs/.i18n/glossary.pt-BR.json +82 -0
  22. package/docs/.i18n/glossary.th.json +82 -0
  23. package/docs/.i18n/glossary.tr.json +82 -0
  24. package/docs/.i18n/glossary.uk.json +82 -0
  25. package/docs/.i18n/glossary.vi.json +82 -0
  26. package/docs/.i18n/glossary.zh-CN.json +1182 -0
  27. package/docs/.i18n/glossary.zh-TW.json +162 -0
  28. package/docs/.i18n/id-navigation.json +18 -0
  29. package/docs/.i18n/it-navigation.json +18 -0
  30. package/docs/.i18n/ja-navigation.json +18 -0
  31. package/docs/.i18n/ko-navigation.json +18 -0
  32. package/docs/.i18n/pl-navigation.json +18 -0
  33. package/docs/.i18n/pt-BR-navigation.json +18 -0
  34. package/docs/.i18n/tr-navigation.json +18 -0
  35. package/docs/.i18n/translation-workflow.md +111 -0
  36. package/docs/.i18n/zh-Hans-navigation.json +552 -0
  37. package/docs/AGENTS.md +36 -0
  38. package/docs/agent-runtime-architecture.md +48 -0
  39. package/docs/announcements/bluebubbles-imessage.md +79 -0
  40. package/docs/auth-credential-semantics.md +124 -0
  41. package/docs/automation/auth-monitoring.md +11 -0
  42. package/docs/automation/clawflow.md +12 -0
  43. package/docs/automation/cron-jobs.md +569 -0
  44. package/docs/automation/cron-vs-heartbeat.md +11 -0
  45. package/docs/automation/gmail-pubsub.md +11 -0
  46. package/docs/automation/hooks.md +387 -0
  47. package/docs/automation/index.md +135 -0
  48. package/docs/automation/poll.md +12 -0
  49. package/docs/automation/standing-orders.md +250 -0
  50. package/docs/automation/taskflow.md +155 -0
  51. package/docs/automation/tasks.md +374 -0
  52. package/docs/automation/troubleshooting.md +12 -0
  53. package/docs/automation/webhook.md +12 -0
  54. package/docs/brave-search.md +11 -0
  55. package/docs/channels/access-groups.md +201 -0
  56. package/docs/channels/ambient-room-events.md +214 -0
  57. package/docs/channels/bot-loop-protection.md +131 -0
  58. package/docs/channels/broadcast-groups.md +472 -0
  59. package/docs/channels/channel-routing.md +162 -0
  60. package/docs/channels/clickclack.md +146 -0
  61. package/docs/channels/discord.md +1758 -0
  62. package/docs/channels/feishu.md +654 -0
  63. package/docs/channels/googlechat.md +286 -0
  64. package/docs/channels/group-messages.md +95 -0
  65. package/docs/channels/groups.md +610 -0
  66. package/docs/channels/imessage-from-bluebubbles.md +259 -0
  67. package/docs/channels/imessage.md +864 -0
  68. package/docs/channels/index.md +65 -0
  69. package/docs/channels/irc.md +253 -0
  70. package/docs/channels/line.md +243 -0
  71. package/docs/channels/location.md +71 -0
  72. package/docs/channels/matrix-migration.md +375 -0
  73. package/docs/channels/matrix-presentation.md +77 -0
  74. package/docs/channels/matrix-push-rules.md +150 -0
  75. package/docs/channels/matrix.md +935 -0
  76. package/docs/channels/mattermost.md +542 -0
  77. package/docs/channels/msteams.md +1097 -0
  78. package/docs/channels/nextcloud-talk.md +176 -0
  79. package/docs/channels/nostr.md +253 -0
  80. package/docs/channels/pairing.md +214 -0
  81. package/docs/channels/qqbot.md +317 -0
  82. package/docs/channels/signal.md +417 -0
  83. package/docs/channels/slack.md +1623 -0
  84. package/docs/channels/sms.md +380 -0
  85. package/docs/channels/synology-chat.md +187 -0
  86. package/docs/channels/telegram.md +1121 -0
  87. package/docs/channels/tlon.md +296 -0
  88. package/docs/channels/troubleshooting.md +162 -0
  89. package/docs/channels/twitch.md +431 -0
  90. package/docs/channels/wechat.md +171 -0
  91. package/docs/channels/whatsapp.md +796 -0
  92. package/docs/channels/yuanbao.md +416 -0
  93. package/docs/channels/zalo.md +253 -0
  94. package/docs/channels/zalouser.md +217 -0
  95. package/docs/ci.md +665 -0
  96. package/docs/clawhub/cli.md +82 -0
  97. package/docs/clawhub/publishing.md +96 -0
  98. package/docs/cli/acp.md +370 -0
  99. package/docs/cli/agent.md +109 -0
  100. package/docs/cli/agents.md +253 -0
  101. package/docs/cli/approvals.md +193 -0
  102. package/docs/cli/backup.md +98 -0
  103. package/docs/cli/browser.md +322 -0
  104. package/docs/cli/channels.md +154 -0
  105. package/docs/cli/clawbot.md +25 -0
  106. package/docs/cli/commitments.md +90 -0
  107. package/docs/cli/completion.md +39 -0
  108. package/docs/cli/config.md +504 -0
  109. package/docs/cli/configure.md +77 -0
  110. package/docs/cli/crestodian.md +337 -0
  111. package/docs/cli/cron.md +344 -0
  112. package/docs/cli/daemon.md +67 -0
  113. package/docs/cli/dashboard.md +33 -0
  114. package/docs/cli/devices.md +240 -0
  115. package/docs/cli/directory.md +68 -0
  116. package/docs/cli/dns.md +53 -0
  117. package/docs/cli/docs.md +63 -0
  118. package/docs/cli/doctor.md +254 -0
  119. package/docs/cli/flows.md +52 -0
  120. package/docs/cli/gateway.md +572 -0
  121. package/docs/cli/health.md +43 -0
  122. package/docs/cli/hooks.md +345 -0
  123. package/docs/cli/index.md +406 -0
  124. package/docs/cli/infer.md +364 -0
  125. package/docs/cli/logs.md +68 -0
  126. package/docs/cli/mcp.md +851 -0
  127. package/docs/cli/memory.md +183 -0
  128. package/docs/cli/message.md +317 -0
  129. package/docs/cli/migrate.md +334 -0
  130. package/docs/cli/models.md +239 -0
  131. package/docs/cli/node.md +178 -0
  132. package/docs/cli/nodes.md +76 -0
  133. package/docs/cli/onboard.md +251 -0
  134. package/docs/cli/pairing.md +77 -0
  135. package/docs/cli/path.md +511 -0
  136. package/docs/cli/plugins.md +480 -0
  137. package/docs/cli/policy.md +929 -0
  138. package/docs/cli/proxy.md +89 -0
  139. package/docs/cli/qr.md +56 -0
  140. package/docs/cli/reset.md +39 -0
  141. package/docs/cli/sandbox.md +208 -0
  142. package/docs/cli/secrets.md +202 -0
  143. package/docs/cli/security.md +135 -0
  144. package/docs/cli/sessions.md +178 -0
  145. package/docs/cli/setup.md +60 -0
  146. package/docs/cli/skills.md +156 -0
  147. package/docs/cli/status.md +45 -0
  148. package/docs/cli/system.md +89 -0
  149. package/docs/cli/tasks.md +111 -0
  150. package/docs/cli/transcripts.md +151 -0
  151. package/docs/cli/tui.md +92 -0
  152. package/docs/cli/uninstall.md +45 -0
  153. package/docs/cli/update.md +283 -0
  154. package/docs/cli/voicecall.md +204 -0
  155. package/docs/cli/webhooks.md +117 -0
  156. package/docs/cli/wiki.md +256 -0
  157. package/docs/cli/workboard.md +228 -0
  158. package/docs/concepts/active-memory.md +856 -0
  159. package/docs/concepts/agent-loop.md +185 -0
  160. package/docs/concepts/agent-runtimes.md +276 -0
  161. package/docs/concepts/agent-workspace.md +230 -0
  162. package/docs/concepts/agent.md +142 -0
  163. package/docs/concepts/architecture.md +154 -0
  164. package/docs/concepts/channel-docking.md +145 -0
  165. package/docs/concepts/commitments.md +150 -0
  166. package/docs/concepts/compaction.md +203 -0
  167. package/docs/concepts/context-engine.md +347 -0
  168. package/docs/concepts/context.md +199 -0
  169. package/docs/concepts/delegate-architecture.md +319 -0
  170. package/docs/concepts/dreaming.md +279 -0
  171. package/docs/concepts/experimental-features.md +111 -0
  172. package/docs/concepts/features.md +91 -0
  173. package/docs/concepts/mantis-slack-desktop-runbook.md +231 -0
  174. package/docs/concepts/mantis.md +744 -0
  175. package/docs/concepts/markdown-formatting.md +139 -0
  176. package/docs/concepts/memory-builtin.md +151 -0
  177. package/docs/concepts/memory-honcho.md +144 -0
  178. package/docs/concepts/memory-qmd.md +277 -0
  179. package/docs/concepts/memory-search.md +175 -0
  180. package/docs/concepts/memory.md +299 -0
  181. package/docs/concepts/message-lifecycle-refactor.md +1126 -0
  182. package/docs/concepts/messages.md +216 -0
  183. package/docs/concepts/model-failover.md +405 -0
  184. package/docs/concepts/model-providers.md +719 -0
  185. package/docs/concepts/models.md +371 -0
  186. package/docs/concepts/multi-agent.md +625 -0
  187. package/docs/concepts/oauth.md +218 -0
  188. package/docs/concepts/parallel-specialist-lanes.md +127 -0
  189. package/docs/concepts/personal-agent-benchmark-pack.md +74 -0
  190. package/docs/concepts/presence.md +117 -0
  191. package/docs/concepts/progress-drafts.md +406 -0
  192. package/docs/concepts/qa-e2e-automation.md +979 -0
  193. package/docs/concepts/qa-matrix.md +139 -0
  194. package/docs/concepts/queue-steering.md +90 -0
  195. package/docs/concepts/queue.md +136 -0
  196. package/docs/concepts/retry.md +86 -0
  197. package/docs/concepts/session-pruning.md +104 -0
  198. package/docs/concepts/session-tool.md +201 -0
  199. package/docs/concepts/session.md +164 -0
  200. package/docs/concepts/soul.md +116 -0
  201. package/docs/concepts/streaming.md +258 -0
  202. package/docs/concepts/system-prompt.md +330 -0
  203. package/docs/concepts/timezone.md +47 -0
  204. package/docs/concepts/typebox.md +309 -0
  205. package/docs/concepts/typing-indicators.md +88 -0
  206. package/docs/concepts/usage-tracking.md +72 -0
  207. package/docs/date-time.md +126 -0
  208. package/docs/debug/node-issue.md +90 -0
  209. package/docs/diagnostics/flags.md +182 -0
  210. package/docs/docs.json +1885 -0
  211. package/docs/gateway/authentication.md +286 -0
  212. package/docs/gateway/background-process.md +147 -0
  213. package/docs/gateway/bonjour.md +303 -0
  214. package/docs/gateway/bridge-protocol.md +97 -0
  215. package/docs/gateway/cli-backends.md +463 -0
  216. package/docs/gateway/config-agents.md +1525 -0
  217. package/docs/gateway/config-channels.md +942 -0
  218. package/docs/gateway/config-tools.md +806 -0
  219. package/docs/gateway/configuration-examples.md +706 -0
  220. package/docs/gateway/configuration-reference.md +1449 -0
  221. package/docs/gateway/configuration.md +748 -0
  222. package/docs/gateway/diagnostics.md +213 -0
  223. package/docs/gateway/discovery.md +154 -0
  224. package/docs/gateway/doctor.md +576 -0
  225. package/docs/gateway/external-apps.md +86 -0
  226. package/docs/gateway/gateway-lock.md +37 -0
  227. package/docs/gateway/health.md +73 -0
  228. package/docs/gateway/heartbeat.md +498 -0
  229. package/docs/gateway/index.md +385 -0
  230. package/docs/gateway/local-model-services.md +205 -0
  231. package/docs/gateway/local-models.md +355 -0
  232. package/docs/gateway/logging.md +149 -0
  233. package/docs/gateway/multiple-gateways.md +178 -0
  234. package/docs/gateway/network-model.md +15 -0
  235. package/docs/gateway/openai-http-api.md +379 -0
  236. package/docs/gateway/openresponses-http-api.md +349 -0
  237. package/docs/gateway/openshell.md +316 -0
  238. package/docs/gateway/opentelemetry.md +440 -0
  239. package/docs/gateway/operator-scopes.md +119 -0
  240. package/docs/gateway/pairing.md +207 -0
  241. package/docs/gateway/prometheus.md +249 -0
  242. package/docs/gateway/protocol.md +839 -0
  243. package/docs/gateway/remote-gateway-readme.md +169 -0
  244. package/docs/gateway/remote.md +280 -0
  245. package/docs/gateway/sandbox-vs-tool-policy-vs-elevated.md +148 -0
  246. package/docs/gateway/sandboxing.md +546 -0
  247. package/docs/gateway/secrets-plan-contract.md +159 -0
  248. package/docs/gateway/secrets.md +805 -0
  249. package/docs/gateway/security/audit-checks.md +127 -0
  250. package/docs/gateway/security/exposure-runbook.md +212 -0
  251. package/docs/gateway/security/index.md +1344 -0
  252. package/docs/gateway/security/secure-file-operations.md +76 -0
  253. package/docs/gateway/security/shrinkwrap.md +111 -0
  254. package/docs/gateway/tailscale.md +180 -0
  255. package/docs/gateway/tools-invoke-http-api.md +175 -0
  256. package/docs/gateway/troubleshooting.md +881 -0
  257. package/docs/gateway/trusted-proxy-auth.md +483 -0
  258. package/docs/help/debugging.md +341 -0
  259. package/docs/help/environment.md +240 -0
  260. package/docs/help/faq-first-run.md +872 -0
  261. package/docs/help/faq-models.md +557 -0
  262. package/docs/help/faq.md +2115 -0
  263. package/docs/help/index.md +39 -0
  264. package/docs/help/scripts.md +56 -0
  265. package/docs/help/testing-live.md +592 -0
  266. package/docs/help/testing-updates-plugins.md +299 -0
  267. package/docs/help/testing.md +977 -0
  268. package/docs/help/troubleshooting.md +500 -0
  269. package/docs/index.md +196 -0
  270. package/docs/install/ansible.md +233 -0
  271. package/docs/install/azure.md +315 -0
  272. package/docs/install/bun.md +59 -0
  273. package/docs/install/clawdock.md +112 -0
  274. package/docs/install/development-channels.md +148 -0
  275. package/docs/install/digitalocean.md +174 -0
  276. package/docs/install/docker-vm-runtime.md +154 -0
  277. package/docs/install/docker.md +564 -0
  278. package/docs/install/exe-dev.md +201 -0
  279. package/docs/install/fly.md +524 -0
  280. package/docs/install/gcp.md +418 -0
  281. package/docs/install/hetzner.md +285 -0
  282. package/docs/install/hostinger.md +98 -0
  283. package/docs/install/index.md +236 -0
  284. package/docs/install/installer.md +447 -0
  285. package/docs/install/kubernetes.md +196 -0
  286. package/docs/install/macos-vm.md +281 -0
  287. package/docs/install/migrating-claude.md +165 -0
  288. package/docs/install/migrating-hermes.md +178 -0
  289. package/docs/install/migrating.md +137 -0
  290. package/docs/install/nix.md +112 -0
  291. package/docs/install/node.md +142 -0
  292. package/docs/install/northflank.mdx +44 -0
  293. package/docs/install/oracle.md +218 -0
  294. package/docs/install/podman.md +216 -0
  295. package/docs/install/railway.mdx +92 -0
  296. package/docs/install/raspberry-pi.md +234 -0
  297. package/docs/install/render.mdx +167 -0
  298. package/docs/install/uninstall.md +140 -0
  299. package/docs/install/updating.md +284 -0
  300. package/docs/install/upstash.md +96 -0
  301. package/docs/logging.md +322 -0
  302. package/docs/maturity-scores.yaml +5361 -0
  303. package/docs/nav-tabs-underline.js +104 -0
  304. package/docs/network.md +72 -0
  305. package/docs/nodes/audio.md +216 -0
  306. package/docs/nodes/camera.md +166 -0
  307. package/docs/nodes/images.md +77 -0
  308. package/docs/nodes/index.md +444 -0
  309. package/docs/nodes/location-command.md +102 -0
  310. package/docs/nodes/media-understanding.md +495 -0
  311. package/docs/nodes/talk.md +160 -0
  312. package/docs/nodes/troubleshooting.md +123 -0
  313. package/docs/nodes/voicewake.md +93 -0
  314. package/docs/openclaw-agent-runtime.md +82 -0
  315. package/docs/perplexity.md +11 -0
  316. package/docs/plan/codex-context-engine-harness.md +624 -0
  317. package/docs/plan/ui-channels.md +284 -0
  318. package/docs/platforms/android.md +286 -0
  319. package/docs/platforms/digitalocean.md +12 -0
  320. package/docs/platforms/easyrunner.md +109 -0
  321. package/docs/platforms/index.md +65 -0
  322. package/docs/platforms/ios.md +287 -0
  323. package/docs/platforms/linux.md +141 -0
  324. package/docs/platforms/mac/bundled-gateway.md +79 -0
  325. package/docs/platforms/mac/canvas.md +128 -0
  326. package/docs/platforms/mac/child-process.md +72 -0
  327. package/docs/platforms/mac/dev-setup.md +112 -0
  328. package/docs/platforms/mac/health.md +39 -0
  329. package/docs/platforms/mac/icon.md +36 -0
  330. package/docs/platforms/mac/logging.md +62 -0
  331. package/docs/platforms/mac/menu-bar.md +93 -0
  332. package/docs/platforms/mac/peekaboo.md +96 -0
  333. package/docs/platforms/mac/permissions.md +73 -0
  334. package/docs/platforms/mac/remote.md +123 -0
  335. package/docs/platforms/mac/signing.md +52 -0
  336. package/docs/platforms/mac/skills.md +45 -0
  337. package/docs/platforms/mac/voice-overlay.md +66 -0
  338. package/docs/platforms/mac/voicewake.md +79 -0
  339. package/docs/platforms/mac/webchat.md +54 -0
  340. package/docs/platforms/mac/xpc.md +66 -0
  341. package/docs/platforms/macos.md +228 -0
  342. package/docs/platforms/oracle.md +12 -0
  343. package/docs/platforms/raspberry-pi.md +13 -0
  344. package/docs/platforms/windows.md +304 -0
  345. package/docs/plugins/adding-capabilities.md +146 -0
  346. package/docs/plugins/admin-http-rpc.md +216 -0
  347. package/docs/plugins/agent-tools.md +13 -0
  348. package/docs/plugins/architecture-internals.md +1203 -0
  349. package/docs/plugins/architecture.md +483 -0
  350. package/docs/plugins/building-extensions.md +13 -0
  351. package/docs/plugins/building-plugins.md +343 -0
  352. package/docs/plugins/bundles.md +310 -0
  353. package/docs/plugins/cli-backend-plugins.md +328 -0
  354. package/docs/plugins/codex-computer-use.md +297 -0
  355. package/docs/plugins/codex-harness-reference.md +480 -0
  356. package/docs/plugins/codex-harness-runtime.md +268 -0
  357. package/docs/plugins/codex-harness.md +800 -0
  358. package/docs/plugins/codex-native-plugins.md +280 -0
  359. package/docs/plugins/community.md +77 -0
  360. package/docs/plugins/compatibility.md +198 -0
  361. package/docs/plugins/copilot.md +355 -0
  362. package/docs/plugins/dependency-resolution.md +176 -0
  363. package/docs/plugins/google-meet.md +1737 -0
  364. package/docs/plugins/hooks.md +525 -0
  365. package/docs/plugins/install-overrides.md +80 -0
  366. package/docs/plugins/llama-cpp.md +58 -0
  367. package/docs/plugins/manage-plugins.md +214 -0
  368. package/docs/plugins/manifest.md +1468 -0
  369. package/docs/plugins/memory-lancedb.md +385 -0
  370. package/docs/plugins/memory-wiki.md +529 -0
  371. package/docs/plugins/message-presentation.md +487 -0
  372. package/docs/plugins/oc-path.md +166 -0
  373. package/docs/plugins/plugin-inventory.md +318 -0
  374. package/docs/plugins/plugin-permission-requests.md +193 -0
  375. package/docs/plugins/reference/acpx.md +23 -0
  376. package/docs/plugins/reference/admin-http-rpc.md +23 -0
  377. package/docs/plugins/reference/alibaba.md +23 -0
  378. package/docs/plugins/reference/amazon-bedrock-mantle.md +23 -0
  379. package/docs/plugins/reference/amazon-bedrock.md +23 -0
  380. package/docs/plugins/reference/anthropic-vertex.md +29 -0
  381. package/docs/plugins/reference/anthropic.md +23 -0
  382. package/docs/plugins/reference/arcee.md +23 -0
  383. package/docs/plugins/reference/azure-speech.md +23 -0
  384. package/docs/plugins/reference/bonjour.md +19 -0
  385. package/docs/plugins/reference/brave.md +23 -0
  386. package/docs/plugins/reference/browser.md +23 -0
  387. package/docs/plugins/reference/byteplus.md +19 -0
  388. package/docs/plugins/reference/canvas.md +19 -0
  389. package/docs/plugins/reference/cerebras.md +23 -0
  390. package/docs/plugins/reference/chutes.md +23 -0
  391. package/docs/plugins/reference/clickclack.md +23 -0
  392. package/docs/plugins/reference/cloudflare-ai-gateway.md +23 -0
  393. package/docs/plugins/reference/codex-supervisor.md +27 -0
  394. package/docs/plugins/reference/codex.md +23 -0
  395. package/docs/plugins/reference/comfy.md +23 -0
  396. package/docs/plugins/reference/copilot-proxy.md +19 -0
  397. package/docs/plugins/reference/copilot.md +23 -0
  398. package/docs/plugins/reference/deepgram.md +23 -0
  399. package/docs/plugins/reference/deepinfra.md +23 -0
  400. package/docs/plugins/reference/deepseek.md +23 -0
  401. package/docs/plugins/reference/diagnostics-otel.md +19 -0
  402. package/docs/plugins/reference/diagnostics-prometheus.md +19 -0
  403. package/docs/plugins/reference/diffs-language-pack.md +31 -0
  404. package/docs/plugins/reference/diffs.md +19 -0
  405. package/docs/plugins/reference/discord.md +23 -0
  406. package/docs/plugins/reference/document-extract.md +23 -0
  407. package/docs/plugins/reference/duckduckgo.md +23 -0
  408. package/docs/plugins/reference/elevenlabs.md +23 -0
  409. package/docs/plugins/reference/exa.md +23 -0
  410. package/docs/plugins/reference/fal.md +23 -0
  411. package/docs/plugins/reference/feishu.md +23 -0
  412. package/docs/plugins/reference/file-transfer.md +19 -0
  413. package/docs/plugins/reference/firecrawl.md +23 -0
  414. package/docs/plugins/reference/fireworks.md +23 -0
  415. package/docs/plugins/reference/github-copilot.md +23 -0
  416. package/docs/plugins/reference/gmi.md +23 -0
  417. package/docs/plugins/reference/google-meet.md +23 -0
  418. package/docs/plugins/reference/google.md +23 -0
  419. package/docs/plugins/reference/googlechat.md +23 -0
  420. package/docs/plugins/reference/gradium.md +23 -0
  421. package/docs/plugins/reference/groq.md +23 -0
  422. package/docs/plugins/reference/huggingface.md +23 -0
  423. package/docs/plugins/reference/imessage.md +23 -0
  424. package/docs/plugins/reference/inworld.md +23 -0
  425. package/docs/plugins/reference/irc.md +23 -0
  426. package/docs/plugins/reference/kilocode.md +23 -0
  427. package/docs/plugins/reference/kimi.md +23 -0
  428. package/docs/plugins/reference/line.md +23 -0
  429. package/docs/plugins/reference/litellm.md +23 -0
  430. package/docs/plugins/reference/llama-cpp.md +23 -0
  431. package/docs/plugins/reference/llm-task.md +19 -0
  432. package/docs/plugins/reference/lmstudio.md +23 -0
  433. package/docs/plugins/reference/lobster.md +19 -0
  434. package/docs/plugins/reference/matrix.md +23 -0
  435. package/docs/plugins/reference/mattermost.md +23 -0
  436. package/docs/plugins/reference/memory-core.md +19 -0
  437. package/docs/plugins/reference/memory-lancedb.md +23 -0
  438. package/docs/plugins/reference/memory-wiki.md +23 -0
  439. package/docs/plugins/reference/microsoft-foundry.md +113 -0
  440. package/docs/plugins/reference/microsoft.md +19 -0
  441. package/docs/plugins/reference/migrate-claude.md +19 -0
  442. package/docs/plugins/reference/migrate-hermes.md +19 -0
  443. package/docs/plugins/reference/minimax.md +23 -0
  444. package/docs/plugins/reference/mistral.md +23 -0
  445. package/docs/plugins/reference/moonshot.md +23 -0
  446. package/docs/plugins/reference/msteams.md +23 -0
  447. package/docs/plugins/reference/nextcloud-talk.md +23 -0
  448. package/docs/plugins/reference/nostr.md +23 -0
  449. package/docs/plugins/reference/novita.md +23 -0
  450. package/docs/plugins/reference/nvidia.md +23 -0
  451. package/docs/plugins/reference/oc-path.md +23 -0
  452. package/docs/plugins/reference/ollama.md +24 -0
  453. package/docs/plugins/reference/open-prose.md +19 -0
  454. package/docs/plugins/reference/openai.md +23 -0
  455. package/docs/plugins/reference/opencode-go.md +23 -0
  456. package/docs/plugins/reference/opencode.md +23 -0
  457. package/docs/plugins/reference/openrouter.md +23 -0
  458. package/docs/plugins/reference/openshell.md +19 -0
  459. package/docs/plugins/reference/perplexity.md +23 -0
  460. package/docs/plugins/reference/pixverse.md +23 -0
  461. package/docs/plugins/reference/policy.md +79 -0
  462. package/docs/plugins/reference/qa-channel.md +23 -0
  463. package/docs/plugins/reference/qa-lab.md +19 -0
  464. package/docs/plugins/reference/qa-matrix.md +19 -0
  465. package/docs/plugins/reference/qianfan.md +23 -0
  466. package/docs/plugins/reference/qqbot.md +23 -0
  467. package/docs/plugins/reference/qwen.md +24 -0
  468. package/docs/plugins/reference/runway.md +23 -0
  469. package/docs/plugins/reference/searxng.md +19 -0
  470. package/docs/plugins/reference/senseaudio.md +23 -0
  471. package/docs/plugins/reference/sglang.md +23 -0
  472. package/docs/plugins/reference/signal.md +23 -0
  473. package/docs/plugins/reference/slack.md +23 -0
  474. package/docs/plugins/reference/sms.md +23 -0
  475. package/docs/plugins/reference/stepfun.md +23 -0
  476. package/docs/plugins/reference/synology-chat.md +23 -0
  477. package/docs/plugins/reference/synthetic.md +23 -0
  478. package/docs/plugins/reference/tavily.md +23 -0
  479. package/docs/plugins/reference/telegram.md +23 -0
  480. package/docs/plugins/reference/tencent.md +23 -0
  481. package/docs/plugins/reference/tlon.md +23 -0
  482. package/docs/plugins/reference/together.md +23 -0
  483. package/docs/plugins/reference/tokenjuice.md +23 -0
  484. package/docs/plugins/reference/tts-local-cli.md +19 -0
  485. package/docs/plugins/reference/twitch.md +23 -0
  486. package/docs/plugins/reference/venice.md +23 -0
  487. package/docs/plugins/reference/vercel-ai-gateway.md +23 -0
  488. package/docs/plugins/reference/vllm.md +23 -0
  489. package/docs/plugins/reference/voice-call.md +23 -0
  490. package/docs/plugins/reference/volcengine.md +23 -0
  491. package/docs/plugins/reference/voyage.md +19 -0
  492. package/docs/plugins/reference/vydra.md +23 -0
  493. package/docs/plugins/reference/web-readability.md +19 -0
  494. package/docs/plugins/reference/webhooks.md +23 -0
  495. package/docs/plugins/reference/whatsapp.md +23 -0
  496. package/docs/plugins/reference/workboard.md +23 -0
  497. package/docs/plugins/reference/xai.md +23 -0
  498. package/docs/plugins/reference/xiaomi.md +23 -0
  499. package/docs/plugins/reference/zai.md +23 -0
  500. package/docs/plugins/reference/zalo.md +23 -0
  501. package/docs/plugins/reference/zalouser.md +24 -0
  502. package/docs/plugins/reference.md +19 -0
  503. package/docs/plugins/sdk-agent-harness.md +339 -0
  504. package/docs/plugins/sdk-channel-inbound.md +70 -0
  505. package/docs/plugins/sdk-channel-ingress.md +137 -0
  506. package/docs/plugins/sdk-channel-message.md +18 -0
  507. package/docs/plugins/sdk-channel-outbound.md +113 -0
  508. package/docs/plugins/sdk-channel-plugins.md +770 -0
  509. package/docs/plugins/sdk-channel-turn.md +9 -0
  510. package/docs/plugins/sdk-entrypoints.md +344 -0
  511. package/docs/plugins/sdk-migration.md +1011 -0
  512. package/docs/plugins/sdk-overview.md +525 -0
  513. package/docs/plugins/sdk-provider-plugins.md +1019 -0
  514. package/docs/plugins/sdk-runtime.md +683 -0
  515. package/docs/plugins/sdk-setup.md +550 -0
  516. package/docs/plugins/sdk-subpaths.md +401 -0
  517. package/docs/plugins/sdk-testing.md +403 -0
  518. package/docs/plugins/tool-plugins.md +411 -0
  519. package/docs/plugins/voice-call.md +942 -0
  520. package/docs/plugins/webhooks.md +192 -0
  521. package/docs/plugins/workboard.md +402 -0
  522. package/docs/plugins/zalouser.md +86 -0
  523. package/docs/prose.md +191 -0
  524. package/docs/providers/alibaba.md +158 -0
  525. package/docs/providers/anthropic.md +386 -0
  526. package/docs/providers/arcee.md +144 -0
  527. package/docs/providers/azure-speech.md +119 -0
  528. package/docs/providers/bedrock-mantle.md +224 -0
  529. package/docs/providers/bedrock.md +433 -0
  530. package/docs/providers/cerebras.md +130 -0
  531. package/docs/providers/chutes.md +153 -0
  532. package/docs/providers/claude-max-api-proxy.md +191 -0
  533. package/docs/providers/cloudflare-ai-gateway.md +119 -0
  534. package/docs/providers/comfy.md +362 -0
  535. package/docs/providers/deepgram.md +184 -0
  536. package/docs/providers/deepinfra.md +92 -0
  537. package/docs/providers/deepseek.md +146 -0
  538. package/docs/providers/ds4.md +309 -0
  539. package/docs/providers/elevenlabs.md +130 -0
  540. package/docs/providers/fal.md +240 -0
  541. package/docs/providers/fireworks.md +144 -0
  542. package/docs/providers/github-copilot.md +257 -0
  543. package/docs/providers/gmi.md +92 -0
  544. package/docs/providers/google.md +472 -0
  545. package/docs/providers/gradium.md +123 -0
  546. package/docs/providers/groq.md +171 -0
  547. package/docs/providers/huggingface.md +235 -0
  548. package/docs/providers/index.md +105 -0
  549. package/docs/providers/inferrs.md +272 -0
  550. package/docs/providers/inworld.md +120 -0
  551. package/docs/providers/kilocode.md +135 -0
  552. package/docs/providers/litellm.md +234 -0
  553. package/docs/providers/lmstudio.md +224 -0
  554. package/docs/providers/minimax.md +518 -0
  555. package/docs/providers/mistral.md +235 -0
  556. package/docs/providers/models.md +64 -0
  557. package/docs/providers/moonshot.md +413 -0
  558. package/docs/providers/novita.md +92 -0
  559. package/docs/providers/nvidia.md +208 -0
  560. package/docs/providers/ollama-cloud.md +115 -0
  561. package/docs/providers/ollama.md +1225 -0
  562. package/docs/providers/openai.md +1091 -0
  563. package/docs/providers/opencode-go.md +123 -0
  564. package/docs/providers/opencode.md +149 -0
  565. package/docs/providers/openrouter.md +390 -0
  566. package/docs/providers/perplexity-provider.md +123 -0
  567. package/docs/providers/pixverse.md +165 -0
  568. package/docs/providers/qianfan.md +132 -0
  569. package/docs/providers/qwen-oauth.md +115 -0
  570. package/docs/providers/qwen.md +364 -0
  571. package/docs/providers/runway.md +103 -0
  572. package/docs/providers/senseaudio.md +68 -0
  573. package/docs/providers/sglang.md +161 -0
  574. package/docs/providers/stepfun.md +229 -0
  575. package/docs/providers/synthetic.md +154 -0
  576. package/docs/providers/tencent.md +130 -0
  577. package/docs/providers/together.md +140 -0
  578. package/docs/providers/venice.md +312 -0
  579. package/docs/providers/vercel-ai-gateway.md +128 -0
  580. package/docs/providers/vllm.md +407 -0
  581. package/docs/providers/volcengine.md +199 -0
  582. package/docs/providers/vydra.md +180 -0
  583. package/docs/providers/xai.md +571 -0
  584. package/docs/providers/xiaomi.md +286 -0
  585. package/docs/providers/zai.md +224 -0
  586. package/docs/refactor/access.md +9 -0
  587. package/docs/refactor/acp.md +298 -0
  588. package/docs/refactor/canvas.md +131 -0
  589. package/docs/refactor/database-first.md +2263 -0
  590. package/docs/refactor/ingress-core.md +341 -0
  591. package/docs/reference/AGENTS.default.md +131 -0
  592. package/docs/reference/RELEASING.md +844 -0
  593. package/docs/reference/api-usage-costs.md +208 -0
  594. package/docs/reference/application-modernization-plan.md +208 -0
  595. package/docs/reference/code-mode.md +1058 -0
  596. package/docs/reference/credits.md +33 -0
  597. package/docs/reference/device-models.md +50 -0
  598. package/docs/reference/full-release-validation.md +206 -0
  599. package/docs/reference/memory-config.md +630 -0
  600. package/docs/reference/prompt-caching.md +358 -0
  601. package/docs/reference/release-performance-sweep.md +347 -0
  602. package/docs/reference/rich-output-protocol.md +93 -0
  603. package/docs/reference/rpc.md +43 -0
  604. package/docs/reference/secret-placeholder-conventions.md +33 -0
  605. package/docs/reference/secretref-credential-surface.md +163 -0
  606. package/docs/reference/secretref-user-supplied-credentials-matrix.json +691 -0
  607. package/docs/reference/session-management-compaction.md +474 -0
  608. package/docs/reference/templates/AGENTS.dev.md +90 -0
  609. package/docs/reference/templates/AGENTS.md +227 -0
  610. package/docs/reference/templates/BOOT.md +16 -0
  611. package/docs/reference/templates/BOOTSTRAP.md +66 -0
  612. package/docs/reference/templates/HEARTBEAT.md +24 -0
  613. package/docs/reference/templates/IDENTITY.dev.md +52 -0
  614. package/docs/reference/templates/IDENTITY.md +34 -0
  615. package/docs/reference/templates/SOUL.dev.md +82 -0
  616. package/docs/reference/templates/SOUL.md +49 -0
  617. package/docs/reference/templates/TOOLS.dev.md +29 -0
  618. package/docs/reference/templates/TOOLS.md +51 -0
  619. package/docs/reference/templates/USER.dev.md +23 -0
  620. package/docs/reference/templates/USER.md +28 -0
  621. package/docs/reference/test.md +248 -0
  622. package/docs/reference/token-use.md +246 -0
  623. package/docs/reference/transcript-hygiene.md +226 -0
  624. package/docs/reference/wizard.md +252 -0
  625. package/docs/security/CONTRIBUTING-THREAT-MODEL.md +101 -0
  626. package/docs/security/THREAT-MODEL-ATLAS.md +611 -0
  627. package/docs/security/formal-verification.md +170 -0
  628. package/docs/security/incident-response.md +59 -0
  629. package/docs/security/network-proxy.md +268 -0
  630. package/docs/snippets/plugin-publish/minimal-openclaw.plugin.json +12 -0
  631. package/docs/snippets/plugin-publish/minimal-package.json +16 -0
  632. package/docs/specs/claw-supervisor.md +247 -0
  633. package/docs/start/bootstrapping.md +49 -0
  634. package/docs/start/docs-directory.md +69 -0
  635. package/docs/start/getting-started.md +152 -0
  636. package/docs/start/hubs.md +201 -0
  637. package/docs/start/lore.md +223 -0
  638. package/docs/start/onboarding-overview.md +72 -0
  639. package/docs/start/onboarding.md +98 -0
  640. package/docs/start/openclaw.md +246 -0
  641. package/docs/start/quickstart.md +25 -0
  642. package/docs/start/setup.md +178 -0
  643. package/docs/start/showcase.md +371 -0
  644. package/docs/start/wizard-cli-automation.md +232 -0
  645. package/docs/start/wizard-cli-reference.md +331 -0
  646. package/docs/start/wizard.md +142 -0
  647. package/docs/style.css +137 -0
  648. package/docs/tools/acp-agents-setup.md +356 -0
  649. package/docs/tools/acp-agents.md +865 -0
  650. package/docs/tools/agent-send.md +130 -0
  651. package/docs/tools/apply-patch.md +64 -0
  652. package/docs/tools/brave-search.md +139 -0
  653. package/docs/tools/browser-control.md +405 -0
  654. package/docs/tools/browser-linux-troubleshooting.md +173 -0
  655. package/docs/tools/browser-login.md +77 -0
  656. package/docs/tools/browser-wsl2-windows-remote-cdp-troubleshooting.md +219 -0
  657. package/docs/tools/browser.md +866 -0
  658. package/docs/tools/btw.md +159 -0
  659. package/docs/tools/capability-cookbook.md +12 -0
  660. package/docs/tools/clawhub.md +5 -0
  661. package/docs/tools/code-execution.md +173 -0
  662. package/docs/tools/creating-skills.md +271 -0
  663. package/docs/tools/diffs.md +527 -0
  664. package/docs/tools/duckduckgo-search.md +109 -0
  665. package/docs/tools/elevated.md +128 -0
  666. package/docs/tools/exa-search.md +152 -0
  667. package/docs/tools/exec-approvals-advanced.md +457 -0
  668. package/docs/tools/exec-approvals.md +520 -0
  669. package/docs/tools/exec.md +294 -0
  670. package/docs/tools/firecrawl.md +155 -0
  671. package/docs/tools/gemini-search.md +114 -0
  672. package/docs/tools/goal.md +217 -0
  673. package/docs/tools/grok-search.md +129 -0
  674. package/docs/tools/image-generation.md +538 -0
  675. package/docs/tools/index.md +176 -0
  676. package/docs/tools/kimi-search.md +105 -0
  677. package/docs/tools/llm-task.md +137 -0
  678. package/docs/tools/lobster.md +365 -0
  679. package/docs/tools/loop-detection.md +154 -0
  680. package/docs/tools/media-overview.md +161 -0
  681. package/docs/tools/minimax-search.md +102 -0
  682. package/docs/tools/multi-agent-sandbox-tools.md +409 -0
  683. package/docs/tools/music-generation.md +372 -0
  684. package/docs/tools/ollama-search.md +153 -0
  685. package/docs/tools/parallel-search.md +154 -0
  686. package/docs/tools/pdf.md +213 -0
  687. package/docs/tools/permission-modes.md +111 -0
  688. package/docs/tools/perplexity-search.md +220 -0
  689. package/docs/tools/plugin.md +378 -0
  690. package/docs/tools/reactions.md +100 -0
  691. package/docs/tools/searxng-search.md +141 -0
  692. package/docs/tools/skill-workshop.md +283 -0
  693. package/docs/tools/skills-config.md +457 -0
  694. package/docs/tools/skills.md +591 -0
  695. package/docs/tools/slash-commands.md +518 -0
  696. package/docs/tools/steer.md +77 -0
  697. package/docs/tools/subagents.md +652 -0
  698. package/docs/tools/tavily.md +162 -0
  699. package/docs/tools/thinking.md +142 -0
  700. package/docs/tools/tokenjuice.md +84 -0
  701. package/docs/tools/tool-search.md +269 -0
  702. package/docs/tools/trajectory.md +229 -0
  703. package/docs/tools/tts.md +1013 -0
  704. package/docs/tools/video-generation.md +555 -0
  705. package/docs/tools/web-fetch.md +210 -0
  706. package/docs/tools/web.md +476 -0
  707. package/docs/tts.md +11 -0
  708. package/docs/vps.md +139 -0
  709. package/docs/web/control-ui.md +530 -0
  710. package/docs/web/dashboard.md +107 -0
  711. package/docs/web/index.md +133 -0
  712. package/docs/web/tui.md +258 -0
  713. package/docs/web/webchat.md +102 -0
  714. package/npm-shrinkwrap.json +3485 -0
  715. package/openclaw.mjs +661 -0
  716. package/package.json +1971 -0
  717. package/patches/.gitkeep +0 -0
  718. package/patches/@agentclientprotocol__claude-agent-acp@0.39.0.patch +40 -0
  719. package/pnpm-workspace.yaml +124 -0
  720. package/scripts/crabbox-wrapper.mjs +2470 -0
  721. package/scripts/lib/official-external-channel-catalog.json +570 -0
  722. package/scripts/lib/official-external-plugin-catalog.json +284 -0
  723. package/scripts/lib/official-external-provider-catalog.json +158 -0
  724. package/scripts/lib/package-dist-imports.mjs +174 -0
  725. package/scripts/npm-runner.mjs +95 -0
  726. package/scripts/postinstall-bundled-plugins.mjs +978 -0
  727. package/scripts/preinstall-package-manager-warning.mjs +74 -0
  728. package/scripts/prepare-git-hooks.mjs +73 -0
  729. package/scripts/windows-cmd-helpers.mjs +29 -0
  730. package/skills/1password/SKILL.md +70 -0
  731. package/skills/1password/references/cli-examples.md +29 -0
  732. package/skills/1password/references/get-started.md +17 -0
  733. package/skills/apple-notes/SKILL.md +77 -0
  734. package/skills/apple-reminders/SKILL.md +118 -0
  735. package/skills/bear-notes/SKILL.md +107 -0
  736. package/skills/blogwatcher/SKILL.md +69 -0
  737. package/skills/blucli/SKILL.md +47 -0
  738. package/skills/camsnap/SKILL.md +45 -0
  739. package/skills/canvas/SKILL.md +78 -0
  740. package/skills/clawhub/SKILL.md +77 -0
  741. package/skills/coding-agent/SKILL.md +143 -0
  742. package/skills/diagram-maker/SKILL.md +53 -0
  743. package/skills/diagram-maker/references/excalidraw-patterns.md +85 -0
  744. package/skills/diagram-maker/references/svg-template.md +112 -0
  745. package/skills/discord/SKILL.md +136 -0
  746. package/skills/eightctl/SKILL.md +50 -0
  747. package/skills/gemini/SKILL.md +47 -0
  748. package/skills/gh-issues/SKILL.md +213 -0
  749. package/skills/gifgrep/SKILL.md +85 -0
  750. package/skills/github/SKILL.md +84 -0
  751. package/skills/gog/SKILL.md +116 -0
  752. package/skills/goplaces/SKILL.md +52 -0
  753. package/skills/healthcheck/SKILL.md +105 -0
  754. package/skills/himalaya/SKILL.md +80 -0
  755. package/skills/himalaya/references/configuration.md +184 -0
  756. package/skills/himalaya/references/message-composition.md +199 -0
  757. package/skills/imsg/SKILL.md +122 -0
  758. package/skills/mcporter/SKILL.md +61 -0
  759. package/skills/meme-maker/SKILL.md +42 -0
  760. package/skills/meme-maker/references/templates.json +358 -0
  761. package/skills/meme-maker/scripts/meme.mjs +398 -0
  762. package/skills/model-usage/SKILL.md +71 -0
  763. package/skills/model-usage/references/codexbar-cli.md +33 -0
  764. package/skills/model-usage/scripts/model_usage.py +319 -0
  765. package/skills/model-usage/scripts/test_model_usage.py +40 -0
  766. package/skills/nano-pdf/SKILL.md +38 -0
  767. package/skills/node-connect/SKILL.md +143 -0
  768. package/skills/node-inspect-debugger/SKILL.md +85 -0
  769. package/skills/notion/SKILL.md +150 -0
  770. package/skills/obsidian/SKILL.md +119 -0
  771. package/skills/openai-whisper/SKILL.md +38 -0
  772. package/skills/openai-whisper-api/SKILL.md +71 -0
  773. package/skills/openai-whisper-api/scripts/transcribe.sh +154 -0
  774. package/skills/openhue/SKILL.md +112 -0
  775. package/skills/oracle/SKILL.md +126 -0
  776. package/skills/ordercli/SKILL.md +78 -0
  777. package/skills/peekaboo/SKILL.md +198 -0
  778. package/skills/pyproject.toml +10 -0
  779. package/skills/python-debugpy/SKILL.md +73 -0
  780. package/skills/sag/SKILL.md +87 -0
  781. package/skills/session-logs/SKILL.md +151 -0
  782. package/skills/sherpa-onnx-tts/SKILL.md +109 -0
  783. package/skills/sherpa-onnx-tts/bin/sherpa-onnx-tts +178 -0
  784. package/skills/skill-creator/SKILL.md +78 -0
  785. package/skills/skill-creator/license.txt +202 -0
  786. package/skills/skill-creator/scripts/init_skill.py +378 -0
  787. package/skills/skill-creator/scripts/package_skill.py +144 -0
  788. package/skills/skill-creator/scripts/quick_validate.py +169 -0
  789. package/skills/skill-creator/scripts/test_package_skill.py +199 -0
  790. package/skills/skill-creator/scripts/test_quick_validate.py +116 -0
  791. package/skills/slack/SKILL.md +78 -0
  792. package/skills/songsee/SKILL.md +49 -0
  793. package/skills/sonoscli/SKILL.md +65 -0
  794. package/skills/spike/SKILL.md +51 -0
  795. package/skills/spotify-player/SKILL.md +64 -0
  796. package/skills/summarize/SKILL.md +87 -0
  797. package/skills/taskflow/SKILL.md +149 -0
  798. package/skills/taskflow/examples/inbox-triage.lobster +33 -0
  799. package/skills/taskflow/examples/pr-intake.lobster +32 -0
  800. package/skills/taskflow-inbox-triage/SKILL.md +119 -0
  801. package/skills/things-mac/SKILL.md +86 -0
  802. package/skills/tmux/SKILL.md +91 -0
  803. package/skills/tmux/scripts/find-sessions.sh +112 -0
  804. package/skills/tmux/scripts/wait-for-text.sh +83 -0
  805. package/skills/trello/SKILL.md +108 -0
  806. package/skills/video-frames/SKILL.md +46 -0
  807. package/skills/video-frames/scripts/frame.sh +81 -0
  808. package/skills/voice-call/SKILL.md +45 -0
  809. package/skills/wacli/SKILL.md +72 -0
  810. package/skills/weather/SKILL.md +87 -0
  811. package/skills/xurl/SKILL.md +120 -0
  812. package/src/agents/templates/HEARTBEAT.md +5 -0
@@ -0,0 +1,979 @@
1
+ ---
2
+ summary: "QA stack overview: qa-lab, qa-channel, repo-backed scenarios, live transport lanes, transport adapters, and reporting."
3
+ read_when:
4
+ - Understanding how the QA stack fits together
5
+ - Extending qa-lab, qa-channel, or a transport adapter
6
+ - Adding repo-backed QA scenarios
7
+ - Building higher-realism QA automation around the Gateway dashboard
8
+ title: "QA overview"
9
+ ---
10
+
11
+ The private QA stack is meant to exercise OpenClaw in a more realistic,
12
+ channel-shaped way than a single unit test can.
13
+
14
+ Current pieces:
15
+
16
+ - `extensions/qa-channel`: synthetic message channel with DM, channel, thread,
17
+ reaction, edit, and delete surfaces.
18
+ - `extensions/qa-lab`: debugger UI and QA bus for observing the transcript,
19
+ injecting inbound messages, and exporting a Markdown report.
20
+ - `extensions/qa-matrix`, future runner plugins: live-transport adapters that
21
+ drive a real channel inside a child QA gateway.
22
+ - `qa/`: repo-backed seed assets for the kickoff task and baseline QA
23
+ scenarios.
24
+ - [Mantis](/concepts/mantis): before and after live verification for bugs that
25
+ need real transports, browser screenshots, VM state, and PR evidence.
26
+
27
+ ## Command surface
28
+
29
+ Every QA flow runs under `pnpm openclaw qa <subcommand>`. Many have `pnpm qa:*`
30
+ script aliases; both forms are supported.
31
+
32
+ | Command | Purpose |
33
+ | --------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
34
+ | `qa run` | Bundled QA self-check; writes a Markdown report. |
35
+ | `qa suite` | Run repo-backed scenarios against the QA gateway lane. Aliases: `pnpm openclaw qa suite --runner multipass` for a disposable Linux VM. |
36
+ | `qa coverage` | Print the markdown scenario-coverage inventory (`--json` for machine output). |
37
+ | `qa parity-report` | Compare two `qa-suite-summary.json` files and write the agentic parity report, or use `--runtime-axis --token-efficiency` to write Codex-vs-OpenClaw runtime parity and token-efficiency reports from one runtime-pair summary. |
38
+ | `qa character-eval` | Run the character QA scenario across multiple live models with a judged report. See [Reporting](#reporting). |
39
+ | `qa manual` | Run a one-off prompt against the selected provider/model lane. |
40
+ | `qa ui` | Start the QA debugger UI and local QA bus (alias: `pnpm qa:lab:ui`). |
41
+ | `qa docker-build-image` | Build the prebaked QA Docker image. |
42
+ | `qa docker-scaffold` | Write a docker-compose scaffold for the QA dashboard + gateway lane. |
43
+ | `qa up` | Build the QA site, start the Docker-backed stack, print the URL (alias: `pnpm qa:lab:up`; `:fast` variant adds `--use-prebuilt-image --bind-ui-dist --skip-ui-build`). |
44
+ | `qa aimock` | Start only the AIMock provider server. |
45
+ | `qa mock-openai` | Start only the scenario-aware `mock-openai` provider server. |
46
+ | `qa credentials doctor` / `add` / `list` / `remove` | Manage the shared Convex credential pool. |
47
+ | `qa matrix` | Live transport lane against a disposable Tuwunel homeserver. See [Matrix QA](/concepts/qa-matrix). |
48
+ | `qa telegram` | Live transport lane against a real private Telegram group. |
49
+ | `qa discord` | Live transport lane against a real private Discord guild channel. |
50
+ | `qa slack` | Live transport lane against a real private Slack channel. |
51
+ | `qa whatsapp` | Live transport lane against real WhatsApp Web accounts. |
52
+ | `qa mantis` | Before and after verification runner for live transport bugs, with Discord status-reactions evidence, Crabbox desktop/browser smoke, and Slack-in-VNC smoke. See [Mantis](/concepts/mantis) and [Mantis Slack Desktop Runbook](/concepts/mantis-slack-desktop-runbook). |
53
+
54
+ ## Operator flow
55
+
56
+ The current QA operator flow is a two-pane QA site:
57
+
58
+ - Left: Gateway dashboard (Control UI) with the agent.
59
+ - Right: QA Lab, showing the Slack-ish transcript and scenario plan.
60
+
61
+ Run it with:
62
+
63
+ ```bash
64
+ pnpm qa:lab:up
65
+ ```
66
+
67
+ That builds the QA site, starts the Docker-backed gateway lane, and exposes the
68
+ QA Lab page where an operator or automation loop can give the agent a QA
69
+ mission, observe real channel behavior, and record what worked, failed, or
70
+ stayed blocked.
71
+
72
+ For faster QA Lab UI iteration without rebuilding the Docker image each time,
73
+ start the stack with a bind-mounted QA Lab bundle:
74
+
75
+ ```bash
76
+ pnpm openclaw qa docker-build-image
77
+ pnpm qa:lab:build
78
+ pnpm qa:lab:up:fast
79
+ pnpm qa:lab:watch
80
+ ```
81
+
82
+ `qa:lab:up:fast` keeps the Docker services on a prebuilt image and bind-mounts
83
+ `extensions/qa-lab/web/dist` into the `qa-lab` container. `qa:lab:watch`
84
+ rebuilds that bundle on change, and the browser auto-reloads when the QA Lab
85
+ asset hash changes.
86
+
87
+ For a local OpenTelemetry signal smoke, run:
88
+
89
+ ```bash
90
+ pnpm qa:otel:smoke
91
+ ```
92
+
93
+ That script starts a local OTLP/HTTP receiver, runs the `otel-trace-smoke` QA
94
+ scenario with the `diagnostics-otel` plugin enabled, then asserts traces,
95
+ metrics, and logs are exported. It decodes the exported protobuf trace spans
96
+ and checks the release-critical shape:
97
+ `openclaw.run`, `openclaw.harness.run`, a latest GenAI semantic-convention
98
+ model-call span, `openclaw.context.assembled`, and `openclaw.message.delivery`
99
+ must be present. The smoke forces
100
+ `OTEL_SEMCONV_STABILITY_OPT_IN=gen_ai_latest_experimental`, so the model-call
101
+ span must use the `{gen_ai.operation.name} {gen_ai.request.model}` name;
102
+ model calls must not export `StreamAbandoned` on successful turns; raw diagnostic IDs and
103
+ `openclaw.content.*` attributes must stay out of the trace. The raw OTLP
104
+ payloads must not contain the prompt sentinel, response sentinel, or QA session
105
+ key. It writes `otel-smoke-summary.json` next to the QA suite artifacts.
106
+
107
+ For a collector-backed OpenTelemetry smoke, run:
108
+
109
+ ```bash
110
+ pnpm qa:otel:collector-smoke
111
+ ```
112
+
113
+ That lane puts a real OpenTelemetry Collector Docker container in front of the
114
+ same local receiver. Use it when changing endpoint wiring, collector
115
+ compatibility, or OTLP export behavior that the in-process receiver could mask.
116
+
117
+ For the protected Prometheus scrape smoke, run:
118
+
119
+ ```bash
120
+ pnpm qa:prometheus:smoke
121
+ ```
122
+
123
+ That alias runs the `docker-prometheus-smoke` QA scenario with
124
+ `diagnostics-prometheus` enabled, verifies unauthenticated scrapes are rejected,
125
+ then checks the authenticated scrape includes release-critical metric families
126
+ without prompt content, response content, raw diagnostic identifiers, auth
127
+ tokens, or local paths.
128
+
129
+ To run both observability smokes back to back, use:
130
+
131
+ ```bash
132
+ pnpm qa:observability:smoke
133
+ ```
134
+
135
+ For the collector-backed OpenTelemetry lane plus the protected Prometheus scrape
136
+ smoke, use:
137
+
138
+ ```bash
139
+ pnpm qa:observability:collector-smoke
140
+ ```
141
+
142
+ Observability QA stays source-checkout only. The npm tarball intentionally omits
143
+ QA Lab, so package Docker release lanes do not run `qa` commands. Use
144
+ `pnpm qa:otel:smoke`, `pnpm qa:prometheus:smoke`, or
145
+ `pnpm qa:observability:smoke` from a built source checkout when changing
146
+ diagnostics instrumentation.
147
+
148
+ For a transport-real Matrix smoke lane, run:
149
+
150
+ ```bash
151
+ pnpm openclaw qa matrix --profile fast --fail-fast
152
+ ```
153
+
154
+ The full CLI reference, profile/scenario catalog, env vars, and artifact layout for this lane live in [Matrix QA](/concepts/qa-matrix). At a glance: it provisions a disposable Tuwunel homeserver in Docker, registers temporary driver/SUT/observer users, runs the real Matrix plugin inside a child QA gateway scoped to that transport (no `qa-channel`), then writes a Markdown report, JSON summary, observed-events artifact, and combined output log under `.artifacts/qa-e2e/matrix-<timestamp>/`.
155
+
156
+ The scenarios cover transport behavior that unit tests cannot prove end to end: mention gating, allow-bot policies, allowlists, top-level and threaded replies, DM routing, reaction handling, inbound edit suppression, restart replay dedupe, homeserver interruption recovery, approval metadata delivery, media handling, and Matrix E2EE bootstrap/recovery/verification flows. The E2EE CLI profile also drives `openclaw matrix encryption setup` and verification commands through the same disposable homeserver before checking gateway replies.
157
+
158
+ Discord also has Mantis-only opt-in scenarios for bug reproduction. Use
159
+ `--scenario discord-status-reactions-tool-only` for the explicit status reaction
160
+ timeline, or `--scenario discord-thread-reply-filepath-attachment` to create a
161
+ real Discord thread and verify that `message.thread-reply` preserves a
162
+ `filePath` attachment. These scenarios stay out of the default live Discord lane
163
+ because they are before/after repro probes rather than broad smoke coverage.
164
+ The thread-attachment Mantis workflow can also add a logged-in Discord Web
165
+ witness video when `MANTIS_DISCORD_VIEWER_CHROME_PROFILE_DIR` or
166
+ `MANTIS_DISCORD_VIEWER_CHROME_PROFILE_TGZ_B64` is configured in the QA
167
+ environment. That viewer profile is only for visual capture; the pass/fail
168
+ decision still comes from the Discord REST oracle.
169
+
170
+ CI uses the same command surface in `.github/workflows/qa-live-transports-convex.yml`. Scheduled and default manual runs execute the fast Matrix profile with live frontier credentials, `--fast`, and `OPENCLAW_QA_MATRIX_NO_REPLY_WINDOW_MS=3000`. Manual `matrix_profile=all` fans out into the five profile shards so the exhaustive catalog can run in parallel while keeping one artifact directory per shard.
171
+
172
+ For transport-real Telegram, Discord, Slack, and WhatsApp smoke lanes:
173
+
174
+ ```bash
175
+ pnpm openclaw qa telegram
176
+ pnpm openclaw qa discord
177
+ pnpm openclaw qa slack
178
+ pnpm openclaw qa whatsapp
179
+ ```
180
+
181
+ They target a pre-existing real channel with two bots or accounts (driver + SUT). Required env vars, scenario lists, output artifacts, and the Convex credential pool are documented in [Telegram, Discord, Slack, and WhatsApp QA reference](#telegram-discord-slack-and-whatsapp-qa-reference) below.
182
+
183
+ For a full Slack desktop VM run with VNC rescue, run:
184
+
185
+ ```bash
186
+ pnpm openclaw qa mantis slack-desktop-smoke \
187
+ --gateway-setup \
188
+ --scenario slack-canary \
189
+ --keep-lease
190
+ ```
191
+
192
+ That command leases a Crabbox desktop/browser machine, runs the Slack live lane
193
+ inside the VM, opens Slack Web in the VNC browser, captures the desktop, and
194
+ copies `slack-qa/`, `slack-desktop-smoke.png`, and `slack-desktop-smoke.mp4`
195
+ when video capture is available back to the Mantis artifact directory. Crabbox
196
+ desktop/browser leases provide the capture tools and browser/native-build helper
197
+ packages up front, so the scenario should only install fallbacks on older
198
+ leases. Mantis reports total and per-phase timings in
199
+ `mantis-slack-desktop-smoke-report.md` so slow runs show whether time went into
200
+ lease warmup, credential acquisition, remote setup, or artifact copy. Reuse
201
+ `--lease-id <cbx_...>` after logging in to Slack Web manually through VNC;
202
+ reused leases also keep Crabbox's pnpm store cache warm. The default
203
+ `--hydrate-mode source` verifies from a source checkout and runs install/build
204
+ inside the VM. Use `--hydrate-mode prehydrated` only when the reused remote
205
+ workspace already has `node_modules` and a built `dist/`; that mode skips the
206
+ expensive install/build step and fails closed when the workspace is not ready.
207
+ With `--gateway-setup`, Mantis leaves a persistent OpenClaw Slack gateway
208
+ running inside the VM on port `38973`; without it, the command runs the normal
209
+ bot-to-bot Slack QA lane and exits after artifact capture.
210
+
211
+ To prove native Slack approval UI with desktop evidence, run the Mantis approval
212
+ checkpoint mode:
213
+
214
+ ```bash
215
+ pnpm openclaw qa mantis slack-desktop-smoke \
216
+ --approval-checkpoints \
217
+ --credential-source convex \
218
+ --credential-role maintainer
219
+ ```
220
+
221
+ This mode is mutually exclusive with `--gateway-setup`. It runs the Slack
222
+ approval scenarios, rejects non-approval scenario ids, waits at each pending and
223
+ resolved approval state, renders the observed Slack API message into
224
+ `approval-checkpoints/<scenario>-pending.png` and
225
+ `approval-checkpoints/<scenario>-resolved.png`, then fails if any checkpoint,
226
+ message evidence, acknowledgement, or rendered screenshot is missing or empty.
227
+ Cold CI leases may still show Slack sign-in in `slack-desktop-smoke.png`; the
228
+ approval checkpoint images are the visual proof for this lane.
229
+
230
+ The operator checklist, GitHub workflow dispatch command, evidence-comment
231
+ contract, hydrate-mode decision table, timing interpretation, and failure
232
+ handling steps live in [Mantis Slack Desktop Runbook](/concepts/mantis-slack-desktop-runbook).
233
+
234
+ For an agent/CV style desktop task, run:
235
+
236
+ ```bash
237
+ pnpm openclaw qa mantis visual-task \
238
+ --browser-url https://example.net \
239
+ --expect-text "Example Domain" \
240
+ --vision-model openai/gpt-5.5
241
+ ```
242
+
243
+ `visual-task` leases or reuses a Crabbox desktop/browser machine, starts
244
+ `crabbox record --while`, drives the visible browser through a nested
245
+ `visual-driver`, captures `visual-task.png`, runs `openclaw infer image describe`
246
+ against the screenshot when `--vision-mode image-describe` is selected, and
247
+ writes `visual-task.mp4`, `mantis-visual-task-summary.json`,
248
+ `mantis-visual-task-driver-result.json`, and `mantis-visual-task-report.md`.
249
+ When `--expect-text` is set, the vision prompt asks for a structured JSON
250
+ verdict and only passes when the model reports positive visible evidence; a
251
+ negative response that merely quotes the target text fails the assertion.
252
+ Use `--vision-mode metadata` for a no-model smoke that proves the desktop,
253
+ browser, screenshot, and video plumbing without calling an image-understanding
254
+ provider. Recording is a required artifact for `visual-task`; if Crabbox records
255
+ no non-empty `visual-task.mp4`, the task fails even when the visual driver
256
+ passed. On failure, Mantis keeps the lease for VNC unless the task had already
257
+ passed and `--keep-lease` was not set.
258
+
259
+ Before using pooled live credentials, run:
260
+
261
+ ```bash
262
+ pnpm openclaw qa credentials doctor
263
+ ```
264
+
265
+ The doctor checks Convex broker env, validates endpoint settings, and verifies admin/list reachability when the maintainer secret is present. It reports only set/missing status for secrets.
266
+
267
+ ## Live transport coverage
268
+
269
+ Live transport lanes share one contract instead of each inventing their own scenario list shape. `qa-channel` is the broad synthetic product-behavior suite and is not part of the live transport coverage matrix.
270
+
271
+ Live transport runners should import the shared scenario ids, baseline
272
+ coverage helpers, and scenario-selection helper from
273
+ `openclaw/plugin-sdk/qa-live-transport-scenarios`.
274
+
275
+ | Lane | Canary | Mention gating | Bot-to-bot | Allowlist block | Top-level reply | Restart resume | Thread follow-up | Thread isolation | Reaction observation | Help command | Native command registration |
276
+ | -------- | ------ | -------------- | ---------- | --------------- | --------------- | -------------- | ---------------- | ---------------- | -------------------- | ------------ | --------------------------- |
277
+ | Matrix | x | x | x | x | x | x | x | x | x | | |
278
+ | Telegram | x | x | x | | | | | | | x | |
279
+ | Discord | x | x | x | | | | | | | | x |
280
+ | Slack | x | x | x | x | x | x | x | x | | | |
281
+ | WhatsApp | x | x | | x | x | x | | | x | x | |
282
+
283
+ This keeps `qa-channel` as the broad product-behavior suite while Matrix,
284
+ Telegram, and other live transports share one explicit transport-contract checklist.
285
+
286
+ For a disposable Linux VM lane without bringing Docker into the QA path, run:
287
+
288
+ ```bash
289
+ pnpm openclaw qa suite --runner multipass --scenario channel-chat-baseline
290
+ ```
291
+
292
+ This boots a fresh Multipass guest, installs dependencies, builds OpenClaw
293
+ inside the guest, runs `qa suite`, then copies the normal QA report and
294
+ summary back into `.artifacts/qa-e2e/...` on the host.
295
+ It reuses the same scenario-selection behavior as `qa suite` on the host.
296
+ Host and Multipass suite runs execute multiple selected scenarios in parallel
297
+ with isolated gateway workers by default. `qa-channel` defaults to concurrency
298
+ 4, capped by the selected scenario count. Use `--concurrency <count>` to tune
299
+ the worker count, or `--concurrency 1` for serial execution.
300
+ Use `--pack personal-agent` to run the personal assistant benchmark pack. The
301
+ pack selector is additive with repeated `--scenario` flags: explicit scenarios
302
+ run first, then pack scenarios run in pack order with duplicates removed.
303
+ Use `--pack observability` when a custom QA runner already supplies the
304
+ OpenTelemetry collector setup and wants the OpenTelemetry and Prometheus
305
+ diagnostics smoke scenarios selected together.
306
+ The command exits non-zero when any scenario fails. Use `--allow-failures` when
307
+ you want artifacts without a failing exit code.
308
+ Live runs forward the supported QA auth inputs that are practical for the
309
+ guest: env-based provider keys, the QA live provider config path, and
310
+ `CODEX_HOME` when present. Keep `--output-dir` under the repo root so the guest
311
+ can write back through the mounted workspace.
312
+
313
+ ## Telegram, Discord, Slack, and WhatsApp QA reference
314
+
315
+ Matrix has a [dedicated page](/concepts/qa-matrix) because of its scenario count and Docker-backed homeserver provisioning. Telegram, Discord, Slack, and WhatsApp run against pre-existing real transports, so their reference lives here.
316
+
317
+ ### Shared CLI flags
318
+
319
+ These lanes register through `extensions/qa-lab/src/live-transports/shared/live-transport-cli.ts` and accept the same flags:
320
+
321
+ | Flag | Default | Description |
322
+ | ------------------------------------- | -------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
323
+ | `--scenario <id>` | - | Run only this scenario. Repeatable. |
324
+ | `--output-dir <path>` | `<repo>/.artifacts/qa-e2e/<transport>-<timestamp>` | Where reports/summary/observed messages and the output log are written. Relative paths resolve against `--repo-root`. |
325
+ | `--repo-root <path>` | `process.cwd()` | Repository root when invoking from a neutral cwd. |
326
+ | `--sut-account <id>` | `sut` | Temporary account id inside the QA gateway config. |
327
+ | `--provider-mode <mode>` | `live-frontier` | `mock-openai` or `live-frontier` (legacy `live-openai` still works). |
328
+ | `--model <ref>` / `--alt-model <ref>` | provider default | Primary/alternate model refs. |
329
+ | `--fast` | off | Provider fast mode where supported. |
330
+ | `--credential-source <env\|convex>` | `env` | See [Convex credential pool](#convex-credential-pool). |
331
+ | `--credential-role <maintainer\|ci>` | `ci` in CI, `maintainer` otherwise | Role used when `--credential-source convex`. |
332
+
333
+ Each lane exits non-zero on any failed scenario. `--allow-failures` writes artifacts without setting a failing exit code.
334
+
335
+ ### Telegram QA
336
+
337
+ ```bash
338
+ pnpm openclaw qa telegram
339
+ ```
340
+
341
+ Targets one real private Telegram group with two distinct bots (driver + SUT). The SUT bot must have a Telegram username; bot-to-bot observation works best when both bots have **Bot-to-Bot Communication Mode** enabled in `@BotFather`.
342
+
343
+ Required env when `--credential-source env`:
344
+
345
+ - `OPENCLAW_QA_TELEGRAM_GROUP_ID` - numeric chat id (string).
346
+ - `OPENCLAW_QA_TELEGRAM_DRIVER_BOT_TOKEN`
347
+ - `OPENCLAW_QA_TELEGRAM_SUT_BOT_TOKEN`
348
+
349
+ Optional:
350
+
351
+ - `OPENCLAW_QA_TELEGRAM_CAPTURE_CONTENT=1` keeps message bodies in observed-message artifacts (default redacts).
352
+
353
+ Scenarios (`extensions/qa-lab/src/live-transports/telegram/telegram-live.runtime.ts`):
354
+
355
+ - `telegram-canary`
356
+ - `telegram-mention-gating`
357
+ - `telegram-mentioned-message-reply`
358
+ - `telegram-help-command`
359
+ - `telegram-commands-command`
360
+ - `telegram-tools-compact-command`
361
+ - `telegram-whoami-command`
362
+ - `telegram-status-command`
363
+ - `telegram-repeated-command-authorization`
364
+ - `telegram-other-bot-command-gating`
365
+ - `telegram-context-command`
366
+ - `telegram-current-session-status-tool`
367
+ - `telegram-reply-chain-exact-marker`
368
+ - `telegram-stream-final-single-message`
369
+ - `telegram-long-final-reuses-preview`
370
+ - `telegram-long-final-three-chunks`
371
+
372
+ The implicit default set always covers canary, mention gating, native command replies, command addressing, and bot-to-bot group replies. `mock-openai` defaults also include deterministic reply-chain and final-message streaming checks. `telegram-current-session-status-tool` remains opt-in because it is only stable when threaded directly after canary, not after arbitrary native command replies. Use `pnpm openclaw qa telegram --list-scenarios --provider-mode mock-openai` to print the current default/optional split with regression refs.
373
+
374
+ Output artifacts:
375
+
376
+ - `telegram-qa-report.md`
377
+ - `telegram-qa-summary.json` - includes per-reply RTT (driver send → observed SUT reply) starting with the canary.
378
+ - `telegram-qa-observed-messages.json` - bodies redacted unless `OPENCLAW_QA_TELEGRAM_CAPTURE_CONTENT=1`.
379
+
380
+ Package RTT comparison uses the same Telegram credential contract while keeping
381
+ its RTT sample controls on the RTT harness path:
382
+
383
+ ```bash
384
+ pnpm rtt openclaw@beta \
385
+ --credential-source convex \
386
+ --credential-role maintainer \
387
+ --samples 20 \
388
+ --sample-timeout-ms 30000
389
+ ```
390
+
391
+ When `--credential-source convex` is set, the RTT Docker wrapper leases a
392
+ `kind: "telegram"` credential, exports the leased group/driver/SUT bot env into
393
+ the installed-package run, heartbeats the lease, and releases it on shutdown.
394
+ `--samples` and `--sample-timeout-ms` still feed
395
+ `OPENCLAW_NPM_TELEGRAM_WARM_SAMPLES` and
396
+ `OPENCLAW_NPM_TELEGRAM_SAMPLE_TIMEOUT_MS`, so `result.json` remains comparable
397
+ across env-backed and Convex-backed RTT runs.
398
+
399
+ ### Discord QA
400
+
401
+ ```bash
402
+ pnpm openclaw qa discord
403
+ ```
404
+
405
+ Targets one real private Discord guild channel with two bots: a driver bot controlled by the harness and a SUT bot started by the child OpenClaw gateway through the bundled Discord plugin. Verifies channel mention handling, that the SUT bot has registered the native `/help` command with Discord, and opt-in Mantis evidence scenarios.
406
+
407
+ Required env when `--credential-source env`:
408
+
409
+ - `OPENCLAW_QA_DISCORD_GUILD_ID`
410
+ - `OPENCLAW_QA_DISCORD_CHANNEL_ID`
411
+ - `OPENCLAW_QA_DISCORD_DRIVER_BOT_TOKEN`
412
+ - `OPENCLAW_QA_DISCORD_SUT_BOT_TOKEN`
413
+ - `OPENCLAW_QA_DISCORD_SUT_APPLICATION_ID` - must match the SUT bot user id returned by Discord (the lane fails fast otherwise).
414
+
415
+ Optional:
416
+
417
+ - `OPENCLAW_QA_DISCORD_CAPTURE_CONTENT=1` keeps message bodies in observed-message artifacts.
418
+ - `OPENCLAW_QA_DISCORD_VOICE_CHANNEL_ID` selects the voice/stage channel for `discord-voice-autojoin`; without it, the scenario picks the first visible voice/stage channel for the SUT bot.
419
+
420
+ Scenarios (`extensions/qa-lab/src/live-transports/discord/discord-live.runtime.ts:36`):
421
+
422
+ - `discord-canary`
423
+ - `discord-mention-gating`
424
+ - `discord-native-help-command-registration`
425
+ - `discord-voice-autojoin` - opt-in voice scenario. Runs by itself, enables `channels.discord.voice.autoJoin`, and verifies the SUT bot's current Discord voice state is the target voice/stage channel. Convex Discord credentials may include optional `voiceChannelId`; otherwise the runner discovers the first visible voice/stage channel in the guild.
426
+ - `discord-status-reactions-tool-only` - opt-in Mantis scenario. Runs by itself because it switches the SUT to always-on, tool-only guild replies with `messages.statusReactions.enabled=true`, then captures a REST reaction timeline plus HTML/PNG visual artifacts. Mantis before/after reports also preserve scenario-provided MP4 artifacts as `baseline.mp4` and `candidate.mp4`.
427
+
428
+ Run the Discord voice auto-join scenario explicitly:
429
+
430
+ ```bash
431
+ pnpm openclaw qa discord \
432
+ --scenario discord-voice-autojoin \
433
+ --provider-mode mock-openai
434
+ ```
435
+
436
+ Run the Mantis status-reaction scenario explicitly:
437
+
438
+ ```bash
439
+ pnpm openclaw qa discord \
440
+ --scenario discord-status-reactions-tool-only \
441
+ --provider-mode live-frontier \
442
+ --model openai/gpt-5.5 \
443
+ --alt-model openai/gpt-5.5 \
444
+ --fast
445
+ ```
446
+
447
+ Output artifacts:
448
+
449
+ - `discord-qa-report.md`
450
+ - `discord-qa-summary.json`
451
+ - `discord-qa-observed-messages.json` - bodies redacted unless `OPENCLAW_QA_DISCORD_CAPTURE_CONTENT=1`.
452
+ - `discord-qa-reaction-timelines.json` and `discord-status-reactions-tool-only-timeline.png` when the status-reaction scenario runs.
453
+
454
+ ### Slack QA
455
+
456
+ ```bash
457
+ pnpm openclaw qa slack
458
+ ```
459
+
460
+ Targets one real private Slack channel with two distinct bots: a driver bot controlled by the harness and a SUT bot started by the child OpenClaw gateway through the bundled Slack plugin.
461
+
462
+ Required env when `--credential-source env`:
463
+
464
+ - `OPENCLAW_QA_SLACK_CHANNEL_ID`
465
+ - `OPENCLAW_QA_SLACK_DRIVER_BOT_TOKEN`
466
+ - `OPENCLAW_QA_SLACK_SUT_BOT_TOKEN`
467
+ - `OPENCLAW_QA_SLACK_SUT_APP_TOKEN`
468
+
469
+ Optional:
470
+
471
+ - `OPENCLAW_QA_SLACK_CAPTURE_CONTENT=1` keeps message bodies in observed-message artifacts.
472
+ - `OPENCLAW_QA_SLACK_APPROVAL_CHECKPOINT_DIR` enables visual approval
473
+ checkpoints for Mantis. The runner writes `<scenario>.pending.json` and
474
+ `<scenario>.resolved.json`, then waits for matching `.ack.json` files.
475
+ - `OPENCLAW_QA_SLACK_APPROVAL_CHECKPOINT_TIMEOUT_MS` overrides the checkpoint
476
+ acknowledgement timeout. The default is `120000`.
477
+
478
+ Scenarios (`extensions/qa-lab/src/live-transports/slack/slack-live.runtime.ts`):
479
+
480
+ - `slack-canary`
481
+ - `slack-mention-gating`
482
+ - `slack-allowlist-block`
483
+ - `slack-top-level-reply-shape`
484
+ - `slack-restart-resume`
485
+ - `slack-thread-follow-up`
486
+ - `slack-thread-isolation`
487
+ - `slack-approval-exec-native` - opt-in native Slack exec approval scenario.
488
+ Requests an exec approval through the gateway, verifies the Slack message has
489
+ native approval buttons, resolves it, and verifies the resolved Slack update.
490
+ - `slack-approval-plugin-native` - opt-in native Slack plugin approval scenario.
491
+ Enables exec and plugin approval forwarding together so plugin events are not
492
+ suppressed by exec approval routing, then verifies the same pending/resolved
493
+ native Slack UI path.
494
+
495
+ Output artifacts:
496
+
497
+ - `slack-qa-report.md`
498
+ - `slack-qa-summary.json`
499
+ - `slack-qa-observed-messages.json` - bodies redacted unless `OPENCLAW_QA_SLACK_CAPTURE_CONTENT=1`.
500
+ - `approval-checkpoints/` - only when Mantis sets
501
+ `OPENCLAW_QA_SLACK_APPROVAL_CHECKPOINT_DIR`; contains checkpoint JSON,
502
+ acknowledgement JSON, and pending/resolved screenshots.
503
+
504
+ #### Setting up the Slack workspace
505
+
506
+ The lane needs two distinct Slack apps in one workspace, plus a channel both bots are members of:
507
+
508
+ - `channelId` - the `Cxxxxxxxxxx` id of a channel both bots have been invited to. Use a dedicated channel; the lane posts on every run.
509
+ - `driverBotToken` - bot token (`xoxb-...`) of the **Driver** app.
510
+ - `sutBotToken` - bot token (`xoxb-...`) of the **SUT** app, which must be a separate Slack app from the driver so its bot user id is distinct.
511
+ - `sutAppToken` - app-level token (`xapp-...`) of the SUT app with `connections:write`, used by Socket Mode so the SUT app can receive events.
512
+
513
+ Prefer a Slack workspace dedicated to QA over reusing a production workspace.
514
+
515
+ The SUT manifest below intentionally narrows the bundled Slack plugin's production install (`extensions/slack/src/setup-shared.ts:10`) to the permissions and events covered by the live Slack QA suite. For the production-channel setup as users see it, see [Slack channel quick setup](/channels/slack#quick-setup); the QA Driver/SUT pair is intentionally separate because the lane needs two distinct bot user ids in one workspace.
516
+
517
+ **1. Create the Driver app**
518
+
519
+ Go to [api.slack.com/apps](https://api.slack.com/apps) → _Create New App_ → _From a manifest_ → pick the QA workspace, paste the following manifest, then _Install to Workspace_:
520
+
521
+ ```json
522
+ {
523
+ "display_information": {
524
+ "name": "OpenClaw QA Driver",
525
+ "description": "Test driver bot for OpenClaw QA Slack live lane"
526
+ },
527
+ "features": {
528
+ "bot_user": {
529
+ "display_name": "OpenClaw QA Driver",
530
+ "always_online": true
531
+ }
532
+ },
533
+ "oauth_config": {
534
+ "scopes": {
535
+ "bot": ["chat:write", "channels:history", "groups:history", "users:read"]
536
+ }
537
+ },
538
+ "settings": {
539
+ "socket_mode_enabled": false
540
+ }
541
+ }
542
+ ```
543
+
544
+ Copy the _Bot User OAuth Token_ (`xoxb-...`) - that becomes `driverBotToken`. The driver only needs to post messages and identify itself; no events, no Socket Mode.
545
+
546
+ **2. Create the SUT app**
547
+
548
+ Repeat _Create New App → From a manifest_ in the same workspace. This QA app intentionally uses a narrower version of the bundled Slack plugin's production manifest (`extensions/slack/src/setup-shared.ts:10`): reaction scopes and events are omitted because the live Slack QA suite does not cover reaction handling yet.
549
+
550
+ ```json
551
+ {
552
+ "display_information": {
553
+ "name": "OpenClaw QA SUT",
554
+ "description": "OpenClaw QA SUT connector for OpenClaw"
555
+ },
556
+ "features": {
557
+ "bot_user": {
558
+ "display_name": "OpenClaw QA SUT",
559
+ "always_online": true
560
+ },
561
+ "app_home": {
562
+ "home_tab_enabled": true,
563
+ "messages_tab_enabled": true,
564
+ "messages_tab_read_only_enabled": false
565
+ }
566
+ },
567
+ "oauth_config": {
568
+ "scopes": {
569
+ "bot": [
570
+ "app_mentions:read",
571
+ "assistant:write",
572
+ "channels:history",
573
+ "channels:read",
574
+ "chat:write",
575
+ "commands",
576
+ "emoji:read",
577
+ "files:read",
578
+ "files:write",
579
+ "groups:history",
580
+ "groups:read",
581
+ "im:history",
582
+ "im:read",
583
+ "im:write",
584
+ "mpim:history",
585
+ "mpim:read",
586
+ "mpim:write",
587
+ "pins:read",
588
+ "pins:write",
589
+ "usergroups:read",
590
+ "users:read"
591
+ ]
592
+ }
593
+ },
594
+ "settings": {
595
+ "socket_mode_enabled": true,
596
+ "event_subscriptions": {
597
+ "bot_events": [
598
+ "app_home_opened",
599
+ "app_mention",
600
+ "channel_rename",
601
+ "member_joined_channel",
602
+ "member_left_channel",
603
+ "message.channels",
604
+ "message.groups",
605
+ "message.im",
606
+ "message.mpim",
607
+ "pin_added",
608
+ "pin_removed"
609
+ ]
610
+ }
611
+ }
612
+ }
613
+ ```
614
+
615
+ After Slack creates the app, do two things on its settings page:
616
+
617
+ - _Install to Workspace_ → copy the _Bot User OAuth Token_ → that becomes `sutBotToken`.
618
+ - _Basic Information → App-Level Tokens → Generate Token and Scopes_ → add scope `connections:write` → save → copy the `xapp-...` value → that becomes `sutAppToken`.
619
+
620
+ Verify the two bots have distinct user ids by calling `auth.test` on each token. The runtime distinguishes driver and SUT by user id; reusing one app for both will fail mention-gating immediately.
621
+
622
+ **3. Create the channel**
623
+
624
+ In the QA workspace, create a channel (e.g. `#openclaw-qa`) and invite both bots from inside the channel:
625
+
626
+ ```
627
+ /invite @OpenClaw QA Driver
628
+ /invite @OpenClaw QA SUT
629
+ ```
630
+
631
+ Copy the `Cxxxxxxxxxx` id from _channel info → About → Channel ID_ - that becomes `channelId`. A public channel works; if you use a private channel both apps already have `groups:history` so the harness's history reads will still succeed.
632
+
633
+ **4. Register the credentials**
634
+
635
+ Two options. Use env vars for single-machine debugging (set the four `OPENCLAW_QA_SLACK_*` variables and pass `--credential-source env`), or seed the shared Convex pool so CI and other maintainers can lease them.
636
+
637
+ For the Convex pool, write the four fields to a JSON file:
638
+
639
+ ```json
640
+ {
641
+ "channelId": "Cxxxxxxxxxx",
642
+ "driverBotToken": "xoxb-...",
643
+ "sutBotToken": "xoxb-...",
644
+ "sutAppToken": "xapp-..."
645
+ }
646
+ ```
647
+
648
+ With `OPENCLAW_QA_CONVEX_SITE_URL` and `OPENCLAW_QA_CONVEX_SECRET_MAINTAINER` exported in your shell, register and verify:
649
+
650
+ ```bash
651
+ pnpm openclaw qa credentials add \
652
+ --kind slack \
653
+ --payload-file slack-creds.json \
654
+ --note "QA Slack pool seed"
655
+
656
+ pnpm openclaw qa credentials list --kind slack --status all --json
657
+ ```
658
+
659
+ Expect `count: 1`, `status: "active"`, no `lease` field.
660
+
661
+ **5. Verify end to end**
662
+
663
+ Run the lane locally to confirm both bots can talk to each other through the broker:
664
+
665
+ ```bash
666
+ pnpm openclaw qa slack \
667
+ --credential-source convex \
668
+ --credential-role maintainer \
669
+ --output-dir .artifacts/qa-e2e/slack-local
670
+ ```
671
+
672
+ A green run completes in well under 30 seconds and `slack-qa-report.md` shows both `slack-canary` and `slack-mention-gating` at status `pass`. If the lane hangs for ~90 seconds and exits with `Convex credential pool exhausted for kind "slack"`, either the pool is empty or every row is leased - `qa credentials list --kind slack --status all --json` will tell you which.
673
+
674
+ ### WhatsApp QA
675
+
676
+ ```bash
677
+ pnpm openclaw qa whatsapp
678
+ ```
679
+
680
+ Targets two dedicated WhatsApp Web accounts: a driver account controlled by
681
+ the harness and a SUT account started by the child OpenClaw gateway through the
682
+ bundled WhatsApp plugin.
683
+
684
+ Required env when `--credential-source env`:
685
+
686
+ - `OPENCLAW_QA_WHATSAPP_DRIVER_PHONE_E164`
687
+ - `OPENCLAW_QA_WHATSAPP_SUT_PHONE_E164`
688
+ - `OPENCLAW_QA_WHATSAPP_DRIVER_AUTH_ARCHIVE_BASE64`
689
+ - `OPENCLAW_QA_WHATSAPP_SUT_AUTH_ARCHIVE_BASE64`
690
+
691
+ Optional:
692
+
693
+ - `OPENCLAW_QA_WHATSAPP_GROUP_JID` enables group scenarios such as
694
+ `whatsapp-mention-gating` and `whatsapp-group-allowlist-block`.
695
+ - `OPENCLAW_QA_WHATSAPP_CAPTURE_CONTENT=1` keeps message bodies in
696
+ observed-message artifacts.
697
+
698
+ Scenario catalog (`extensions/qa-lab/src/live-transports/whatsapp/whatsapp-live.runtime.ts`):
699
+
700
+ - Baseline and group gating: `whatsapp-canary`, `whatsapp-pairing-block`,
701
+ `whatsapp-mention-gating`, `whatsapp-top-level-reply-shape`,
702
+ `whatsapp-restart-resume`, `whatsapp-group-allowlist-block`.
703
+ - Native commands: `whatsapp-help-command`, `whatsapp-status-command`,
704
+ `whatsapp-commands-command`, `whatsapp-tools-compact-command`,
705
+ `whatsapp-whoami-command`, `whatsapp-context-command`,
706
+ `whatsapp-native-new-command`.
707
+ - Reply and final-output behavior: `whatsapp-tool-only-usage-footer`,
708
+ `whatsapp-reply-to-message`, `whatsapp-reply-context-isolation`,
709
+ `whatsapp-reply-delivery-shape`, `whatsapp-stream-final-message-accounting`.
710
+ - Inbound media and structured messages: `whatsapp-inbound-image-caption`,
711
+ `whatsapp-audio-preflight`, `whatsapp-inbound-structured-messages`,
712
+ `whatsapp-group-audio-gating`. These send real WhatsApp image, audio,
713
+ document, location, contact, and sticker events through the driver.
714
+ - Outbound Gateway and message action coverage:
715
+ `whatsapp-outbound-media-matrix`,
716
+ `whatsapp-outbound-document-preserves-filename`, `whatsapp-outbound-poll`,
717
+ `whatsapp-message-actions`.
718
+ - Access-control coverage: `whatsapp-access-control-dm-open`,
719
+ `whatsapp-access-control-dm-disabled`, `whatsapp-access-control-group-open`,
720
+ `whatsapp-access-control-group-disabled`, `whatsapp-group-allowlist-block`.
721
+ - Native approvals: `whatsapp-approval-exec-deny-native`,
722
+ `whatsapp-approval-exec-native`, `whatsapp-approval-exec-reaction-native`,
723
+ `whatsapp-approval-plugin-native`.
724
+ - Status reactions: `whatsapp-status-reactions`.
725
+
726
+ The catalog currently contains 35 scenarios. The `live-frontier` default lane is
727
+ kept small at 8 scenarios for fast smoke coverage. The `mock-openai` default
728
+ lane runs 29 deterministic scenarios through the real WhatsApp transport while
729
+ mocking only model output. Approval scenarios and a few heavier/blocking checks
730
+ remain explicit by scenario id.
731
+
732
+ The WhatsApp QA driver observes structured live events (`text`, `media`,
733
+ `location`, `reaction`, and `poll`) and can actively send media, polls,
734
+ contacts, locations, and stickers. QA Lab imports that driver through the
735
+ `@openclaw/whatsapp/api.js` package surface instead of reaching into private
736
+ WhatsApp runtime files. Message content is redacted by default. Outbound
737
+ poll and upload-file coverage run through deterministic gateway `poll` and
738
+ `message.action` calls instead of model-prompt-only tool invocation.
739
+
740
+ Output artifacts:
741
+
742
+ - `whatsapp-qa-report.md`
743
+ - `whatsapp-qa-summary.json`
744
+ - `whatsapp-qa-observed-messages.json` - bodies redacted unless `OPENCLAW_QA_WHATSAPP_CAPTURE_CONTENT=1`.
745
+
746
+ ### Convex credential pool
747
+
748
+ Telegram, Discord, Slack, and WhatsApp lanes can lease credentials from a shared Convex pool instead of reading the env vars above. Pass `--credential-source convex` (or set `OPENCLAW_QA_CREDENTIAL_SOURCE=convex`); QA Lab acquires an exclusive lease, heartbeats it for the duration of the run, and releases it on shutdown. Pool kinds are `"telegram"`, `"discord"`, `"slack"`, and `"whatsapp"`.
749
+
750
+ Payload shapes the broker validates on `admin/add`:
751
+
752
+ - Telegram (`kind: "telegram"`): `{ groupId: string, driverToken: string, sutToken: string }` - `groupId` must be a numeric chat-id string.
753
+ - Telegram real user (`kind: "telegram-user"`): `{ groupId: string, sutToken: string, testerUserId: string, testerUsername: string, telegramApiId: string, telegramApiHash: string, tdlibDatabaseEncryptionKey: string, tdlibArchiveBase64: string, tdlibArchiveSha256: string, desktopTdataArchiveBase64: string, desktopTdataArchiveSha256: string }` - Mantis Telegram Desktop proof only. Generic QA Lab lanes must not acquire this kind.
754
+ - Discord (`kind: "discord"`): `{ guildId: string, channelId: string, driverBotToken: string, sutBotToken: string, sutApplicationId: string }`.
755
+ - WhatsApp (`kind: "whatsapp"`): `{ driverPhoneE164: string, sutPhoneE164: string, driverAuthArchiveBase64: string, sutAuthArchiveBase64: string, groupJid?: string }` - phone numbers must be distinct E.164 strings.
756
+
757
+ The Mantis Telegram Desktop proof workflow holds one exclusive Convex
758
+ `telegram-user` lease for both the TDLib CLI driver and Telegram Desktop
759
+ witness, then releases it after publishing proof.
760
+
761
+ When a PR needs a deterministic visual diff, Mantis can use the same mock model
762
+ reply on `main` and on the PR head while the Telegram formatter or delivery
763
+ layer changes. Capture defaults are tuned for PR comments: standard Crabbox
764
+ class, 24fps desktop recording, 24fps motion GIF, and 1920px preview width.
765
+ Before/after comments should publish a clean bundle that contains only the
766
+ intended GIFs.
767
+
768
+ Slack lanes can also use the pool. Slack payload shape checks currently live in the Slack QA runner rather than the broker; use `{ channelId: string, driverBotToken: string, sutBotToken: string, sutAppToken: string }`, with a Slack channel id like `Cxxxxxxxxxx`. See [Setting up the Slack workspace](#setting-up-the-slack-workspace) for app and scope provisioning.
769
+
770
+ Operational env vars and the Convex broker endpoint contract live in [Testing → Shared Telegram credentials via Convex](/help/testing#shared-telegram-credentials-via-convex-v1) (the section name predates the multi-channel pool; the lease semantics are shared across kinds).
771
+
772
+ ## Repo-backed seeds
773
+
774
+ Seed assets live in `qa/`:
775
+
776
+ - `qa/scenarios/index.md`
777
+ - `qa/scenarios/<theme>/*.md`
778
+
779
+ These are intentionally in git so the QA plan is visible to both humans and the
780
+ agent.
781
+
782
+ `qa-lab` should stay a generic markdown runner. Each scenario markdown file is
783
+ the source of truth for one test run and should define:
784
+
785
+ - scenario metadata
786
+ - optional category, capability, lane, and risk metadata
787
+ - docs and code refs
788
+ - optional plugin requirements
789
+ - optional gateway config patch
790
+ - the executable `qa-flow`
791
+
792
+ The reusable runtime surface that backs `qa-flow` is allowed to stay generic
793
+ and cross-cutting. For example, markdown scenarios can combine transport-side
794
+ helpers with browser-side helpers that drive the embedded Control UI through the
795
+ Gateway `browser.request` seam without adding a special-case runner.
796
+
797
+ Scenario files should be grouped by product capability rather than source tree
798
+ folder. Keep scenario IDs stable when files move; use `docsRefs` and `codeRefs`
799
+ for implementation traceability.
800
+
801
+ The baseline list should stay broad enough to cover:
802
+
803
+ - DM and channel chat
804
+ - thread behavior
805
+ - message action lifecycle
806
+ - cron callbacks
807
+ - memory recall
808
+ - model switching
809
+ - subagent handoff
810
+ - repo-reading and docs-reading
811
+ - one small build task such as Lobster Invaders
812
+
813
+ ## Provider mock lanes
814
+
815
+ `qa suite` has two local provider mock lanes:
816
+
817
+ - `mock-openai` is the scenario-aware OpenClaw mock. It remains the default
818
+ deterministic mock lane for repo-backed QA and parity gates.
819
+ - `aimock` starts an AIMock-backed provider server for experimental protocol,
820
+ fixture, record/replay, and chaos coverage. It is additive and does not
821
+ replace the `mock-openai` scenario dispatcher.
822
+
823
+ Provider-lane implementation lives under `extensions/qa-lab/src/providers/`.
824
+ Each provider owns its defaults, local server startup, gateway model config,
825
+ auth-profile staging needs, and live/mock capability flags. Shared suite and
826
+ gateway code should route through the provider registry instead of branching on
827
+ provider names.
828
+
829
+ ## Transport adapters
830
+
831
+ `qa-lab` owns a generic transport seam for markdown QA scenarios. `qa-channel` is the first adapter on that seam, but the design target is wider: future real or synthetic channels should plug into the same suite runner instead of adding a transport-specific QA runner.
832
+
833
+ At the architecture level, the split is:
834
+
835
+ - `qa-lab` owns generic scenario execution, worker concurrency, artifact writing, and reporting.
836
+ - The transport adapter owns gateway config, readiness, inbound and outbound observation, transport actions, and normalized transport state.
837
+ - Markdown scenario files under `qa/scenarios/` define the test run; `qa-lab` provides the reusable runtime surface that executes them.
838
+
839
+ ### Adding a channel
840
+
841
+ Adding a channel to the markdown QA system requires exactly two things:
842
+
843
+ 1. A transport adapter for the channel.
844
+ 2. A scenario pack that exercises the channel contract.
845
+
846
+ Do not add a new top-level QA command root when the shared `qa-lab` host can own the flow.
847
+
848
+ `qa-lab` owns the shared host mechanics:
849
+
850
+ - the `openclaw qa` command root
851
+ - suite startup and teardown
852
+ - worker concurrency
853
+ - artifact writing
854
+ - report generation
855
+ - scenario execution
856
+ - compatibility aliases for older `qa-channel` scenarios
857
+
858
+ Runner plugins own the transport contract:
859
+
860
+ - how `openclaw qa <runner>` is mounted beneath the shared `qa` root
861
+ - how the gateway is configured for that transport
862
+ - how readiness is checked
863
+ - how inbound events are injected
864
+ - how outbound messages are observed
865
+ - how transcripts and normalized transport state are exposed
866
+ - how transport-backed actions are executed
867
+ - how transport-specific reset or cleanup is handled
868
+
869
+ The minimum adoption bar for a new channel:
870
+
871
+ 1. Keep `qa-lab` as the owner of the shared `qa` root.
872
+ 2. Implement the transport runner on the shared `qa-lab` host seam.
873
+ 3. Keep transport-specific mechanics inside the runner plugin or channel harness.
874
+ 4. Mount the runner as `openclaw qa <runner>` instead of registering a competing root command. Runner plugins should declare `qaRunners` in `openclaw.plugin.json` and export a matching `qaRunnerCliRegistrations` array from `runtime-api.ts`. Keep `runtime-api.ts` light; lazy CLI and runner execution should stay behind separate entrypoints.
875
+ 5. Author or adapt markdown scenarios under the themed `qa/scenarios/` directories.
876
+ 6. Use the generic scenario helpers for new scenarios.
877
+ 7. Keep existing compatibility aliases working unless the repo is doing an intentional migration.
878
+
879
+ The decision rule is strict:
880
+
881
+ - If behavior can be expressed once in `qa-lab`, put it in `qa-lab`.
882
+ - If behavior depends on one channel transport, keep it in that runner plugin or plugin harness.
883
+ - If a scenario needs a new capability that more than one channel can use, add a generic helper instead of a channel-specific branch in `suite.ts`.
884
+ - If a behavior is only meaningful for one transport, keep the scenario transport-specific and make that explicit in the scenario contract.
885
+
886
+ ### Scenario helper names
887
+
888
+ Preferred generic helpers for new scenarios:
889
+
890
+ - `waitForTransportReady`
891
+ - `waitForChannelReady`
892
+ - `injectInboundMessage`
893
+ - `injectOutboundMessage`
894
+ - `waitForTransportOutboundMessage`
895
+ - `waitForChannelOutboundMessage`
896
+ - `waitForNoTransportOutbound`
897
+ - `getTransportSnapshot`
898
+ - `readTransportMessage`
899
+ - `readTransportTranscript`
900
+ - `formatTransportTranscript`
901
+ - `resetTransport`
902
+
903
+ Compatibility aliases remain available for existing scenarios - `waitForQaChannelReady`, `waitForOutboundMessage`, `waitForNoOutbound`, `formatConversationTranscript`, `resetBus` - but new scenario authoring should use the generic names. The aliases exist to avoid a flag-day migration, not as the model going forward.
904
+
905
+ ## Reporting
906
+
907
+ `qa-lab` exports a Markdown protocol report from the observed bus timeline.
908
+ The report should answer:
909
+
910
+ - What worked
911
+ - What failed
912
+ - What stayed blocked
913
+ - What follow-up scenarios are worth adding
914
+
915
+ For the inventory of available scenarios - useful when sizing follow-up work or wiring a new transport - run `pnpm openclaw qa coverage` (add `--json` for machine-readable output).
916
+ When choosing focused proof for a touched behavior or file path, run `pnpm openclaw qa coverage --match <query>`.
917
+ The match report searches scenario metadata, docs refs, code refs, coverage IDs, plugins, and provider requirements, then prints matching `qa suite --scenario ...` targets.
918
+ Treat it as a discovery aid, not a gate replacement; the selected scenario still needs the right provider mode, live transport, Multipass, Testbox, or release lane for the behavior under test.
919
+
920
+ For character and style checks, run the same scenario across multiple live model
921
+ refs and write a judged Markdown report:
922
+
923
+ ```bash
924
+ pnpm openclaw qa character-eval \
925
+ --model openai/gpt-5.5,thinking=medium,fast \
926
+ --model openai/gpt-5.2,thinking=xhigh \
927
+ --model openai/gpt-5,thinking=xhigh \
928
+ --model anthropic/claude-opus-4-8,thinking=high \
929
+ --model anthropic/claude-sonnet-4-6,thinking=high \
930
+ --model zai/glm-5.1,thinking=high \
931
+ --model moonshot/kimi-k2.5,thinking=high \
932
+ --model google/gemini-3.1-pro-preview,thinking=high \
933
+ --judge-model openai/gpt-5.5,thinking=xhigh,fast \
934
+ --judge-model anthropic/claude-opus-4-8,thinking=high \
935
+ --blind-judge-models \
936
+ --concurrency 16 \
937
+ --judge-concurrency 16
938
+ ```
939
+
940
+ The command runs local QA gateway child processes, not Docker. Character eval
941
+ scenarios should set the persona through `SOUL.md`, then run ordinary user turns
942
+ such as chat, workspace help, and small file tasks. The candidate model should
943
+ not be told that it is being evaluated. The command preserves each full
944
+ transcript, records basic run stats, then asks the judge models in fast mode with
945
+ `xhigh` reasoning where supported to rank the runs by naturalness, vibe, and humor.
946
+ Use `--blind-judge-models` when comparing providers: the judge prompt still gets
947
+ every transcript and run status, but candidate refs are replaced with neutral
948
+ labels such as `candidate-01`; the report maps rankings back to real refs after
949
+ parsing.
950
+ Candidate runs default to `high` thinking, with `medium` for GPT-5.5 and `xhigh`
951
+ for older OpenAI eval refs that support it. Override a specific candidate inline with
952
+ `--model provider/model,thinking=<level>`. `--thinking <level>` still sets a
953
+ global fallback, and the older `--model-thinking <provider/model=level>` form is
954
+ kept for compatibility.
955
+ OpenAI candidate refs default to fast mode so priority processing is used where
956
+ the provider supports it. Add `,fast`, `,no-fast`, or `,fast=false` inline when a
957
+ single candidate or judge needs an override. Pass `--fast` only when you want to
958
+ force fast mode on for every candidate model. Candidate and judge durations are
959
+ recorded in the report for benchmark analysis, but judge prompts explicitly say
960
+ not to rank by speed.
961
+ Candidate and judge model runs both default to concurrency 16. Lower
962
+ `--concurrency` or `--judge-concurrency` when provider limits or local gateway
963
+ pressure make a run too noisy.
964
+ When no candidate `--model` is passed, the character eval defaults to
965
+ `openai/gpt-5.5`, `openai/gpt-5.2`, `openai/gpt-5`, `anthropic/claude-opus-4-8`,
966
+ `anthropic/claude-sonnet-4-6`, `zai/glm-5.1`,
967
+ `moonshot/kimi-k2.5`, and
968
+ `google/gemini-3.1-pro-preview` when no `--model` is passed.
969
+ When no `--judge-model` is passed, the judges default to
970
+ `openai/gpt-5.5,thinking=xhigh,fast` and
971
+ `anthropic/claude-opus-4-8,thinking=high`.
972
+
973
+ ## Related docs
974
+
975
+ - [Matrix QA](/concepts/qa-matrix)
976
+ - [Personal agent benchmark pack](/concepts/personal-agent-benchmark-pack)
977
+ - [QA Channel](/channels/qa-channel)
978
+ - [Testing](/help/testing)
979
+ - [Dashboard](/web/dashboard)