docs(#2077): drop impl-history provenance from runner.rs module doc
'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.
This commit is contained in:
parent
d3577aad29
commit
689a217c39
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
//! Bash subprocess runner: spawns `bash -c <cmd>` tasks, writes status
|
//! Bash subprocess runner: spawns `bash -c <cmd>` tasks, writes status
|
||||||
//! files under `harness/bash-tasks/`, and fires hyperhive wake signals
|
//! 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()`:
|
//! Files under `tasks_dir()`:
|
||||||
//! - `<id>.json` — task metadata + status (pending → running → done)
|
//! - `<id>.json` — task metadata + status (pending → running → done)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue