From da8892aac2ea5b321ff7a48444594b820803196b Mon Sep 17 00:00:00 2001 From: iris Date: Fri, 5 Jun 2026 18:16:38 +0200 Subject: [PATCH] fix(docs/turn-loop): correct allowedRecipients example name to ruth The manager's logical name is 'ruth' (MANAGER_AGENT post-#954). The example used the stale 'manager' placeholder. --- docs/turn-loop.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/turn-loop.md b/docs/turn-loop.md index 6d3b0812..e3f5ce5c 100644 --- a/docs/turn-loop.md +++ b/docs/turn-loop.md @@ -488,8 +488,9 @@ ttl_seconds?, to?)`, `answer(id, answer)`. message to a prior id for thread rendering. Per-agent `hyperhive.allowedRecipients` (default: empty = unrestricted) limits which names `send` accepts — useful for sandboxing: set - `[ "manager" ]` to restrict a sub-agent to manager-only chatter. - The manager is always reachable regardless of the list. + `[ "ruth" ]` to restrict a sub-agent to ruth-only chatter + (`ruth` is the manager's logical name). `ruth` is always reachable + regardless of the list. - `recv` — drain inbox. Without `wait_seconds` (or `0`) returns immediately. Positive value parks the turn up to that many seconds (cap 180) — incoming messages wake instantly. `max` (default 1, cap