chore(sync): mirror docs from openclaw/openclaw@85eac42d34

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-14 21:38:09 +00:00
parent 40d50faa5c
commit 7bf171bf0c
3 changed files with 4 additions and 10 deletions

View File

@ -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"
}

View File

@ -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.

View File

@ -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.