docs: drop stale hive-m1nd references (single hive binary)

This commit is contained in:
damocles 2026-06-10 19:45:08 +02:00 committed by mara
commit 0c1c06ad76
5 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
//! Helpers shared between `hive-ag3nt` (agent) and `hive-m1nd` (manager)
//! serve loops. Only pure functions with no wire-type dependency live here;
//! Pure helpers factored out of the `hive` serve loop (`bin/hive.rs`).
//! Only functions with no wire-type dependency live here;
//! request/response-flavored helpers (`requeue_inflight`, `ack_turn`, etc.)
//! stay in each binary because they use different request enum variants.
//! stay in the binary because they touch the request enum variants directly.
use crate::events::Bus;
use crate::mcp::REDELIVERY_HINT;