refactor(#2626): retire the file-based mcp-loose-ends scanner (todos own it now)

This commit is contained in:
damocles 2026-07-21 23:52:47 +02:00
commit a1352376d8
4 changed files with 1 additions and 64 deletions

View file

@ -28,10 +28,3 @@ pub fn harness_dir() -> PathBuf {
let label = std::env::var("HIVE_LABEL").unwrap_or_default();
PathBuf::from(format!("/agents/{label}/harness"))
}
/// Directory where out-of-process MCP daemons write loose-end summary
/// files (`<name>.json`) for the harness to scan in `get_loose_ends`.
#[must_use]
pub fn mcp_loose_ends_dir() -> PathBuf {
harness_dir().join("mcp-loose-ends")
}