

























@@ -423,6 +423,10 @@ const PLUGIN_SDK_ENTRY_METADATA_TEST_TARGETS = [
423423"test/scripts/ts-topology.test.ts",
424424TOOLING_VITEST_CONFIG,
425425];
426+const OFFICIAL_EXTERNAL_CATALOG_TEST_TARGETS = [
427+"src/plugins/official-external-plugin-catalog.test.ts",
428+"test/release-check.test.ts",
429+];
426430const TOOLING_SOURCE_TEST_TARGETS = new Map([
427431[".crabbox.yaml", ["test/scripts/package-acceptance-workflow.test.ts"]],
428432[".github/workflows/ci.yml", ["test/scripts/ci-workflow-guards.test.ts"]],
@@ -779,8 +783,21 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
779783"scripts/lib/bundled-plugin-source-utils.mjs",
780784["test/scripts/bundled-plugin-source-utils.test.ts"],
781785],
786+[
787+"scripts/lib/bundled-runtime-sidecar-paths.json",
788+[
789+"src/plugins/bundled-plugin-metadata.test.ts",
790+"src/infra/update-global.test.ts",
791+"src/infra/update-runner.test.ts",
792+"test/openclaw-npm-postpublish-verify.test.ts",
793+],
794+],
782795["scripts/lib/changed-extensions.mjs", ["test/scripts/test-extension.test.ts"]],
783796["scripts/lib/dev-tooling-safety.ts", ["test/scripts/dev-tooling-safety.test.ts"]],
797+[
798+"scripts/lib/dependency-ownership.json",
799+["test/scripts/dependency-ownership-surface-report.test.ts"],
800+],
784801[
785802"scripts/lib/deprecated-plugin-sdk-usage.mjs",
786803["test/scripts/check-deprecated-api-usage.test.ts"],
@@ -804,6 +821,12 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
804821"scripts/lib/plugin-sdk-private-local-only-subpaths.json",
805822PLUGIN_SDK_ENTRY_METADATA_TEST_TARGETS,
806823],
824+[
825+"scripts/lib/official-external-channel-catalog.json",
826+[...OFFICIAL_EXTERNAL_CATALOG_TEST_TARGETS, "test/official-channel-catalog.test.ts"],
827+],
828+["scripts/lib/official-external-plugin-catalog.json", OFFICIAL_EXTERNAL_CATALOG_TEST_TARGETS],
829+["scripts/lib/official-external-provider-catalog.json", OFFICIAL_EXTERNAL_CATALOG_TEST_TARGETS],
807830["scripts/lib/direct-run.mjs", ["test/scripts/changed-lanes.test.ts"]],
808831["scripts/docker/cleanup-smoke/run.sh", ["test/scripts/docker-build-helper.test.ts"]],
809832[
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。