fix: stabilize hwlab web-probe script navigation

This commit is contained in:
Codex
2026-06-18 10:21:02 +00:00
parent 5ba0e9b0c7
commit 79a0e53834
4 changed files with 309 additions and 7 deletions
@@ -70,6 +70,7 @@ function compactIssueSummary(value: Record<string, unknown>): Record<string, unk
failedCondition: typeof value.failedCondition === "string" ? value.failedCondition : null,
nextAction: typeof value.nextAction === "string" ? value.nextAction : null,
finalUrl: typeof value.finalUrl === "string" ? value.finalUrl : null,
lastUrl: typeof value.lastUrl === "string" ? value.lastUrl : null,
scriptSha256: typeof value.scriptSha256 === "string" ? value.scriptSha256 : null,
runDir: typeof value.runDir === "string" ? value.runDir : null,
reportPath: typeof value.reportPath === "string" ? value.reportPath : null,