diff --git a/hive-bash-mcp/src/runner.rs b/hive-bash-mcp/src/runner.rs index 058b9932..692f916c 100644 --- a/hive-bash-mcp/src/runner.rs +++ b/hive-bash-mcp/src/runner.rs @@ -1,6 +1,6 @@ //! Bash subprocess runner: spawns `bash -c ` tasks, writes status //! files under `harness/bash-tasks/`, and fires hyperhive wake signals -//! on completion. Mirrors the logic previously embedded in `hive-ag3nt`. +//! on completion. //! //! Files under `tasks_dir()`: //! - `.json` — task metadata + status (pending → running → done)