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
|
|
@ -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.
|
||||
///
|
||||
|
|
|
|||
Loading…
Reference in a new issue