Remove unused export from ProbeResult interface#3584
Conversation
export from ProbeResult interface
✅ Coverage Check PassedOverall Coverage
📁 Per-file Coverage Changes (1 files)
Coverage comparison generated by |
|
✅ Smoke test passed
|
Smoke Test: Copilot BYOK (Offline) Mode
Running in BYOK offline mode ( Overall: PARTIAL PASS — BYOK inference and MCP work; pre-step data unavailable (template vars unexpanded). PR by
|
🤖 Smoke Test Results
Overall: PASS PR: "Remove unused
|
|
Sync source AWF schema copy with documented schema Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "registry.npmjs.org"See Network Configuration for more information.
|
Chroot Version Comparison — Smoke Test Results
Overall: ❌ FAILED — Python and Node.js versions differ between host and chroot.
|
|
Smoke Test: FAIL. 1/2 PRs found. Connectivity ❌. File writing ✅. Bash ✅. Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "localhost"See Network Configuration for more information.
|
Smoke Test Results — FAIL
Overall: FAIL —
|
🏗️ Build Test Suite Results
Overall: 8/8 ecosystems passed — ✅ PASS
|
ProbeResultinsrc/dind-probe.tswas exported but never imported by any other module — it exists solely as the internal return type ofprobeSplitFilesystem.Change
src/dind-probe.ts: Dropexportfrom theProbeResultinterface declaration.Keeps the public API surface minimal and removes a type that callers could mistakenly depend on instead of inferring the return type directly.