refactor(#2626): retire the file-based mcp-loose-ends scanner (todos own it now)
This commit is contained in:
parent
17a9a156c2
commit
a1352376d8
4 changed files with 1 additions and 64 deletions
|
|
@ -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")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue