diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 60b2c84dc..0f0e4a35c 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "a34ba362c6e381b1f0fb7b9f3888d970bf5d2673", - "syncedAt": "2026-04-30T05:28:34.966Z" + "sha": "c500b26bb6a3127a8feb63a19fd4a36475150771", + "syncedAt": "2026-04-30T05:44:34.559Z" } diff --git a/docs/ci.md b/docs/ci.md index 474b95bda..355af424b 100644 --- a/docs/ci.md +++ b/docs/ci.md @@ -335,7 +335,7 @@ The pull request guard stays light: it only starts for changes under `.github/ac ### Critical Quality categories -`CodeQL Critical Quality` is the matching non-security shard. It runs only error-severity, non-security JavaScript/TypeScript quality queries over narrow high-value surfaces on the smaller Blacksmith Linux runner. Its pull request guard is intentionally smaller than the scheduled profile: non-draft PRs only run the matching `channel-runtime-boundary`, `gateway-runtime-boundary`, `mcp-process-runtime-boundary`, `provider-runtime-boundary`, `session-diagnostics-boundary`, `plugin-boundary`, and `plugin-sdk-package-contract` shards for channel runtime, gateway protocol/server-method, MCP/process/outbound delivery, provider runtime/model catalog, session diagnostics/delivery queues, plugin loader, Plugin SDK, or package-contract changes. CodeQL config and quality workflow changes run all seven PR quality shards. +`CodeQL Critical Quality` is the matching non-security shard. It runs only error-severity, non-security JavaScript/TypeScript quality queries over narrow high-value surfaces on the smaller Blacksmith Linux runner. Its pull request guard is intentionally smaller than the scheduled profile: non-draft PRs only run the matching `channel-runtime-boundary`, `gateway-runtime-boundary`, `mcp-process-runtime-boundary`, `provider-runtime-boundary`, `session-diagnostics-boundary`, `plugin-boundary`, `plugin-sdk-package-contract`, and `plugin-sdk-reply-runtime` shards for channel runtime, gateway protocol/server-method, MCP/process/outbound delivery, provider runtime/model catalog, session diagnostics/delivery queues, plugin loader, Plugin SDK/package-contract, or Plugin SDK reply runtime changes. CodeQL config and quality workflow changes run all eight PR quality shards. Manual dispatch accepts: diff --git a/docs/ja-JP/tools/skills.md b/docs/ja-JP/tools/skills.md index 78d4c4a2f..eda0103f0 100644 --- a/docs/ja-JP/tools/skills.md +++ b/docs/ja-JP/tools/skills.md @@ -79,6 +79,7 @@ OpenClaw は次のソースからスキルを読み込みます。**優先順位 - スキルなしにするには、`agents.list[].skills: []` を設定します。 - 空ではない `agents.list[].skills` リストは、そのエージェントの**最終的な**セットです。デフォルトとはマージされません。 - 有効な許可リストは、プロンプト構築、スキルのスラッシュコマンド検出、サンドボックス同期、スキルスナップショット全体に適用されます。 +