From 25fd72157d5c7b825e7e2b4ee467c9edd5ff8688 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Mon, 20 Apr 2026 18:16:40 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@7aebac697ea7f8903fe6f16ba3ab4a5d2eb0b507 --- .openclaw-sync/source.json | 4 ++-- docs/ci.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index c97cd4141..173d12e8f 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "0c75b9ce009b3f37eed557a170062fad246a11cd", - "syncedAt": "2026-04-20T17:47:50.658Z" + "sha": "7aebac697ea7f8903fe6f16ba3ab4a5d2eb0b507", + "syncedAt": "2026-04-20T18:16:39.482Z" } diff --git a/docs/ci.md b/docs/ci.md index 3b5e3951a..f981309ae 100644 --- a/docs/ci.md +++ b/docs/ci.md @@ -51,7 +51,7 @@ Local changed-lane logic lives in `scripts/changed-lanes.mjs` and is executed by On pushes, the `checks` matrix adds the push-only `compat-node22` lane. On pull requests, that lane is skipped and the matrix stays focused on the normal test/channel lanes. -The slowest Node test families are split into include-file shards so each job stays small: channel contracts split registry/core/extension coverage into focused shards, and auto-reply reply tests split each large prefix group into two include-pattern shards. `check-additional` also separates package-boundary compile/canary work from runtime topology gateway/architecture work. +The slowest Node test families are split into include-file shards so each job stays small: channel contracts split registry and core coverage into four balanced shards each, auto-reply reply command tests split into four include-pattern shards, and the other large auto-reply reply prefix groups split into two shards each. `check-additional` also separates package-boundary compile/canary work from runtime topology gateway/architecture work. ## Runners