chore: polish qa lab follow-ups

This commit is contained in:
Peter Steinberger
2026-04-05 08:52:05 +01:00
parent bb60b53124
commit 17a324b0de
4 changed files with 52 additions and 4 deletions

View File

@@ -68,9 +68,19 @@ Current vertical slice:
pnpm qa:e2e
```
This starts the in-repo QA bus, boots the bundled `qa-channel` runtime slice,
runs a deterministic self-check, and writes a Markdown report under
`.artifacts/qa-e2e/`.
This now routes through the bundled `qa-lab` extension. It starts the in-repo
QA bus, boots the bundled `qa-channel` runtime slice, runs a deterministic
self-check, and writes a Markdown report under `.artifacts/qa-e2e/`.
Private debugger UI:
```bash
pnpm qa:lab:build
pnpm openclaw qa ui
```
That launches the private QA debugger at a local URL, separate from the
shipped Control UI bundle.
## Scope