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

@ -28,8 +28,7 @@ const TOKEN_RETRY_SECS: u64 = 30;
/// Avoids an infinite wait on agents that genuinely have no forge account.
const TOKEN_RETRY_MAX: u32 = 20;
/// Spawn point: called once from `hive-ag3nt serve` (agent) or
/// `hive-m1nd serve` (manager). Returns immediately if the forge is not
/// Spawn point: called once from `hive serve`. Returns immediately if the forge is not
/// configured. Otherwise loops forever, polling every
/// `POLL_INTERVAL_SECS` seconds. Errors are never fatal.
///