






















@@ -423,6 +423,13 @@ const PLUGIN_SDK_ENTRY_METADATA_TEST_TARGETS = [
423423"test/scripts/ts-topology.test.ts",
424424TOOLING_VITEST_CONFIG,
425425];
426+const RUNTIME_SIDECAR_BASELINE_OWNER_TEST_TARGETS = ["src/plugins/bundled-plugin-metadata.test.ts"];
427+const RUNTIME_SIDECAR_PATH_CONSUMER_TEST_TARGETS = [
428+ ...RUNTIME_SIDECAR_BASELINE_OWNER_TEST_TARGETS,
429+"src/infra/update-global.test.ts",
430+"src/infra/update-runner.test.ts",
431+"test/openclaw-npm-postpublish-verify.test.ts",
432+];
426433const OFFICIAL_EXTERNAL_CATALOG_TEST_TARGETS = [
427434"src/plugins/official-external-plugin-catalog.test.ts",
428435"test/release-check.test.ts",
@@ -663,6 +670,10 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
663670["scripts/check-deadcode-unused-files.mjs", ["test/scripts/check-deadcode-unused-files.test.ts"]],
664671["scripts/check-dynamic-import-warts.mjs", ["test/scripts/check-dynamic-import-warts.test.ts"]],
665672["scripts/generate-prompt-snapshots.ts", ["test/scripts/prompt-snapshots.test.ts"]],
673+[
674+"scripts/generate-runtime-sidecar-paths-baseline.ts",
675+RUNTIME_SIDECAR_BASELINE_OWNER_TEST_TARGETS,
676+],
666677[
667678"scripts/lib/config-boundary-guard.mjs",
668679[
@@ -978,15 +989,7 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
978989"scripts/lib/bundled-plugin-source-utils.mjs",
979990["test/scripts/bundled-plugin-source-utils.test.ts"],
980991],
981-[
982-"scripts/lib/bundled-runtime-sidecar-paths.json",
983-[
984-"src/plugins/bundled-plugin-metadata.test.ts",
985-"src/infra/update-global.test.ts",
986-"src/infra/update-runner.test.ts",
987-"test/openclaw-npm-postpublish-verify.test.ts",
988-],
989-],
992+["scripts/lib/bundled-runtime-sidecar-paths.json", RUNTIME_SIDECAR_PATH_CONSUMER_TEST_TARGETS],
990993["scripts/lib/changed-extensions.mjs", ["test/scripts/test-extension.test.ts"]],
991994["scripts/lib/dev-tooling-safety.ts", ["test/scripts/dev-tooling-safety.test.ts"]],
992995[
@@ -1869,6 +1872,8 @@ const SOURCE_TEST_TARGETS = new Map([
18691872"test/helpers/agents/happy-path-prompt-snapshots.ts",
18701873HAPPY_PATH_PROMPT_SNAPSHOT_HELPER_TEST_TARGETS,
18711874],
1875+["src/plugins/runtime-sidecar-paths-baseline.ts", RUNTIME_SIDECAR_BASELINE_OWNER_TEST_TARGETS],
1876+["src/plugins/runtime-sidecar-paths.ts", RUNTIME_SIDECAR_PATH_CONSUMER_TEST_TARGETS],
18721877["ui/config/control-ui-chunking.ts", ["ui/src/ui/control-ui-chunking.test.ts"]],
18731878[
18741879"src/plugin-sdk/test-helpers/directory-ids.ts",
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。