From 10522ea4d0961d78d4c8bc82fc31406431b259bc Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Thu, 9 Apr 2026 02:57:20 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@719f06510cd8d281fb66db22fb66b85a6160046e --- .openclaw-sync/source.json | 4 ++-- docs/ci.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 76b156e27..cf4ca68b1 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -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" } diff --git a/docs/ci.md b/docs/ci.md index 7f9925770..f1c24fb32 100644 --- a/docs/ci.md +++ b/docs/ci.md @@ -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