chore(sync): mirror docs from openclaw/openclaw@719f06510c

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-09 02:57:20 +00:00
parent 96b4470fb0
commit 10522ea4d0
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "e6797bcd084a6767823a68d55942083fb2d983bb",
"syncedAt": "2026-04-09T01:26:57.298Z"
"sha": "719f06510cd8d281fb66db22fb66b85a6160046e",
"syncedAt": "2026-04-09T02:57:19.938Z"
}

View File

@ -21,7 +21,7 @@ The CI runs on every push to `main` and every pull request. It uses smart scopin
| `checks-fast-extensions` | Aggregate the extension shard lanes after `checks-fast-extensions-shard` completes | Node-relevant changes |
| `extension-fast` | Focused tests for only the changed bundled plugins | When extension changes are detected |
| `check` | Main local gate in CI: `pnpm check` plus `pnpm build:strict-smoke` | Node-relevant changes |
| `check-additional` | Architecture and boundary guards plus the gateway watch regression harness | Node-relevant changes |
| `check-additional` | Architecture, boundary, import-cycle guards plus the gateway watch regression harness | Node-relevant changes |
| `build-smoke` | Built-CLI smoke tests and startup-memory smoke | Node-relevant changes |
| `checks` | Heavier Linux Node lanes: full tests, channel tests, and push-only Node 22 compatibility | Node-relevant changes |
| `check-docs` | Docs formatting, lint, and broken-link checks | Docs changed |
@ -58,6 +58,7 @@ On pushes, the `checks` matrix adds the push-only `compat-node22` lane. On pull
```bash
pnpm check # types + lint + format
pnpm build:strict-smoke
pnpm check:import-cycles
pnpm test:gateway:watch-regression
pnpm test # vitest tests
pnpm test:channels