docs: fix stale wake caveat, add <parent> sentinel + systemd path gotcha
turn-loop.md: - remove stale "Agent-only today" note from hive wake (fixed by #698) - add <parent> sentinel to send tool description (added by #703) gotchas.md: - add systemd.services.*.path /bin auto-append gotcha (hit by #672/#705)
This commit is contained in:
parent
c41bf1b562
commit
31288ae760
2 changed files with 27 additions and 3 deletions
|
|
@ -198,7 +198,10 @@ it as a stdio child via `--mcp-config`. The hyperhive socket name is
|
|||
|
||||
- `send(to, body, in_reply_to?)` — message a peer (logical agent
|
||||
name), another agent, or the operator (recipient `operator`,
|
||||
surfaces in the dashboard inbox). Optional `in_reply_to: i64`
|
||||
surfaces in the dashboard inbox). Use `to: "<parent>"` to
|
||||
address the agent's topology parent without knowing its label;
|
||||
the broker resolves the sentinel at delivery time (falls back
|
||||
to `operator` for root agents). Optional `in_reply_to: i64`
|
||||
links this message to a prior message id for thread rendering
|
||||
in the dashboard message flow and the per-agent inbox.
|
||||
- `recv(wait_seconds?, max?)` — drain inbox messages. Without
|
||||
|
|
@ -269,8 +272,7 @@ socket at `/run/hive/mcp.sock`. Two equivalent paths:
|
|||
(use `--body -` to read body from stdin). Already on the
|
||||
container's `PATH` since the harness binary is in
|
||||
`systemPackages`. Convenient for shell-script integrations.
|
||||
Agent-only today (refused when `HIVE_ROLE=manager`); see
|
||||
[#693](http://localhost:3000/hyperhive/hyperhive/issues/693).
|
||||
Works for both `agent` and `manager` roles.
|
||||
|
||||
- **Speak the wire protocol directly** — JSON-line over the
|
||||
unix socket: `{"cmd":"wake","from":"matrix","body":"new dm
|
||||
|
|
|
|||
Loading…
Reference in a new issue