fix(hwlab): close d518 yaml cutover gaps

This commit is contained in:
Codex
2026-06-27 15:40:25 +00:00
parent fc032d829a
commit 1968c43a6a
14 changed files with 831 additions and 13 deletions
+5
View File
@@ -144,6 +144,11 @@ export function nodeRuntimeExpected(spec: HwlabRuntimeLaneSpec): Record<string,
rolloutDeployment: spec.bootstrapAdmin.rolloutDeployment,
valuesPrinted: false,
},
sourceWorkspace: spec.sourceWorkspace === undefined ? null : {
requiredCommands: spec.sourceWorkspace.requiredCommands,
requiredFiles: spec.sourceWorkspace.requiredFiles,
install: spec.sourceWorkspace.install,
},
publicExposure: spec.publicExposure === null ? null : publicExposureSummary(spec.publicExposure),
runtimeStore: spec.runtimeStore ?? null,
downloadProfile: {