fix: restore sentinel shared path imports

This commit is contained in:
Codex
2026-07-03 05:36:57 +00:00
parent d45d4b76f1
commit a50002d51c
@@ -2,9 +2,10 @@
// Responsibility: shared types, config helpers and text render utilities for web-probe sentinel CI/CD.
import { createHash } from "node:crypto";
import { existsSync, readFileSync } from "node:fs";
import { join } from "node:path";
import { resolveCliChildJsonCommandResult } from "./cli-child-json-recovery";
import type { CommandResult } from "./command";
import { rootPath } from "./config";
import { repoRoot, rootPath } from "./config";
import type { HwlabRuntimeLaneSpec } from "./hwlab-node-lanes";
import type { RenderedCliResult } from "./output";