docs: drop stale hive-m1nd references (single hive binary)
This commit is contained in:
parent
b38c834182
commit
0c1c06ad76
5 changed files with 10 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue