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,5 +1,6 @@
//! Shared in-container harness code used by both `hive-ag3nt` (agent) and
//! `hive-m1nd` (manager) binaries.
//! Shared in-container harness code for the single `hive` binary that
//! serves every agent role (the manager is just an agent role, not a
//! separate binary).
pub mod client;
pub mod events;