From 689a217c39f2e05e775f0fccf66b6a048b59559e Mon Sep 17 00:00:00 2001 From: atlas Date: Mon, 29 Jun 2026 18:16:07 +0200 Subject: [PATCH] docs(#2077): drop impl-history provenance from runner.rs module doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 'Mirrors the logic previously embedded in hive-ag3nt' is pure provenance (where the code moved from) — the #2077 rubric says drop impl-history. The rest of my slice (nix modules + hive-priv/matrix-mcp/bash-mcp + forge.rs) is already lean: surveyed it, the long comment blocks are all legit why/invariant/ contract docs under the 30-line threshold, not bloat. --- hive-bash-mcp/src/runner.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)