From 7bf171bf0c0df9ed2de302341e075236d044f0eb Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Tue, 14 Apr 2026 21:38:09 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@85eac42d342131e8a31f303ecc37278050d84519 --- .openclaw-sync/source.json | 4 ++-- docs/cli/plugins.md | 6 ------ docs/help/testing.md | 4 ++-- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 8a574cebe..11abb55ae 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "06a4bf57012ff31b6f3b0fd5a657d2d200fd8e76", - "syncedAt": "2026-04-14T21:22:21.164Z" + "sha": "85eac42d342131e8a31f303ecc37278050d84519", + "syncedAt": "2026-04-14T21:38:08.849Z" } diff --git a/docs/cli/plugins.md b/docs/cli/plugins.md index 9f86c7542..0ed8425cd 100644 --- a/docs/cli/plugins.md +++ b/docs/cli/plugins.md @@ -197,12 +197,6 @@ Use `--link` to avoid copying a local directory (adds to `plugins.load.paths`): openclaw plugins install -l ./my-plugin ``` -Repo QA example (source-linked dev surface; not shipped in packaged installs): - -```bash -openclaw plugins install -l ./extensions/qa-matrix -``` - `--force` is not supported with `--link` because linked installs reuse the source path instead of copying over a managed install target. diff --git a/docs/help/testing.md b/docs/help/testing.md index 68e597dc0..fda7a6a0a 100644 --- a/docs/help/testing.md +++ b/docs/help/testing.md @@ -69,8 +69,8 @@ These commands sit beside the main test suites when you need QA-lab realism: - Runs the Matrix live QA lane against a disposable Docker-backed Tuwunel homeserver. - This QA host is repo/dev-only today. Packaged OpenClaw installs do not ship `qa-lab`, so they do not expose `openclaw qa`. - - Repo checkouts can link the in-tree plugin directly: - `openclaw plugins install -l ./extensions/qa-matrix`. + - Repo checkouts load the bundled runner directly; no separate plugin install + step is needed. - Provisions three temporary Matrix users (`driver`, `sut`, `observer`) plus one private room, then starts a QA gateway child with the real Matrix plugin as the SUT transport. - Uses the pinned stable Tuwunel image `ghcr.io/matrix-construct/tuwunel:v1.5.1` by default. Override with `OPENCLAW_QA_MATRIX_TUWUNEL_IMAGE` when you need to test a different image. - Matrix does not expose shared credential-source flags because the lane provisions disposable users locally.