docs: correct stale recv_blocking + vacuum references

This commit is contained in:
damocles 2026-05-20 11:54:14 +02:00 committed by Mara
parent c15eb85085
commit 44c86b9278
4 changed files with 10 additions and 9 deletions

View file

@ -8,8 +8,8 @@ claude has access to in return.
Each agent harness (`hive-ag3nt serve` or `hive-m1nd serve`) runs:
1. Long-poll `Recv` on its socket. The host-side broker
(`broker.rs::recv_blocking`) returns immediately if there's a
pending message, otherwise waits up to 30 s for a broker `Sent`
(`broker.rs::recv_blocking_batch`) returns immediately if there's
a pending message, otherwise waits up to 30 s for a broker `Sent`
event for this recipient.
2. Pop one message. Peek the remaining inbox depth with `Status`.
3. Emit `LiveEvent::TurnStart { from, body, unread }` onto the SSE