fix: enable v02 env reuse for runtime services

This commit is contained in:
Codex Agent
2026-06-07 21:26:07 +08:00
parent 7a7dac50a8
commit 1b76fb3760
8 changed files with 434 additions and 134 deletions
+3 -17
View File
@@ -20,10 +20,7 @@ export const DEFAULT_BUILD_SYSTEM_PATHS = Object.freeze([
export const DEFAULT_ENV_REUSE_LAUNCHER_PATHS = Object.freeze([
"deploy/runtime/launcher/",
"scripts/artifact-publish.mjs",
"scripts/g14-artifact-publish.mjs",
"scripts/src/dev-artifact-services.mjs",
"scripts/src/g14-ci-plan-lib.mjs"
"scripts/artifact-publish.mjs"
]);
export const DEFAULT_RUNTIME_DEP_PATHS = Object.freeze([
@@ -43,19 +40,8 @@ export const DEFAULT_RUNTIME_PACKAGE_FIELDS = Object.freeze([
]);
export const DEFAULT_SHARED_RUNTIME_PATHS = Object.freeze([
".hwlab/",
"internal/protocol/",
"internal/build-metadata.mjs",
"tools/hwpod-cli.ts",
"tools/hwpod-ctl.ts",
"tools/hwpod-compiler-cli.ts",
"tools/hwpod-node.ts",
"tools/src/hwpod-harness-lib.ts",
"tools/src/hwpod-node-lib.ts",
"tools/src/hwpod-node-ops-contract.ts",
"tools/src/runtime-endpoint-resolver.ts",
"skills/hwpod-cli/",
"skills/hwpod-ctl/"
"internal/build-metadata.mjs"
]);
export const DEFAULT_DOCS_ONLY_PATHS = Object.freeze([
@@ -89,7 +75,7 @@ const serviceSpecificPaths = Object.freeze({
"internal/dev-entrypoint/cloud-web-routes.mjs",
"tools/src/hwlab-cli/trace-renderer.ts"
],
"hwlab-gateway": ["cmd/hwlab-gateway/"],
"hwlab-gateway": ["cmd/hwlab-gateway/", "internal/sim/"],
"hwlab-edge-proxy": ["cmd/hwlab-edge-proxy/", "internal/dev-entrypoint/http.mjs"],
"hwlab-agent-skills": ["skills/"]
});