hive-bash-mcp: sweep harness/bash-tasks/ of files older than 30d at startup
fixes #2855
This commit is contained in:
parent
a2d40dc1bd
commit
4555ab4f10
3 changed files with 181 additions and 0 deletions
|
|
@ -26,6 +26,9 @@ tokio.workspace = true
|
|||
tracing.workspace = true
|
||||
tracing-subscriber.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3"
|
||||
|
||||
# `hive-bash-daemon` — long-running per-agent bash task runner. Spawns
|
||||
# `sh -c` subprocesses, monitors completion, writes task state files
|
||||
# under harness/bash-tasks/, and serves the MCP tools (`run`/`status`/
|
||||
|
|
|
|||
Loading…
Reference in a new issue