Remove dead host-path-prefix re-exports from agent-volumes#3425
Conversation
agent-volumes
🔥 Smoke Test: Copilot BYOK (Offline) Mode
Running in BYOK offline mode ( PR author: Overall: PARTIAL (BYOK inference ✅; pre-step data unavailable for HTTP/file tests)
|
|
✅ Smoke Test Results
Result: PASS
|
🔬 Smoke Test Results
PR: Remove dead host-path-prefix re-exports from Overall: PARTIAL — MCP is functional; pre-computed test data was not injected (workflow template expressions were not evaluated before agent execution).
|
|
Smoke test failed 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✅ Merged PR review: fix: switch doc-maintainer from copilot to claude engine; Optimize Security Guard workflow token usage and reduce runaway turn cost 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.
|
🏗️ Build Test Suite Results
Overall: 8/8 ecosystems passed — ✅ PASS
|
Smoke Test Results — FAIL
Overall: FAIL —
|
src/services/agent-volumes.tsstill re-exported three host-path-prefix helpers for “backwards compatibility,” but there are no remaining call sites importing those symbols fromagent-volumes. This leaves stale API surface that can mislead future imports.API surface cleanup
normalizeDockerHostPathPrefixtranslateBindMountHostPathapplyHostPathPrefixToVolumesModule boundary clarity
host-path-prefix.tsas the single canonical module exporting these helpers.