From efc30a0bcfbf21234f60f263c4bfb45d98113e57 Mon Sep 17 00:00:00 2001 From: iris Date: Sat, 15 Aug 2026 12:27:33 +0200 Subject: [PATCH] docs(turn-loop): fix stale topology::parent_of reference Verified against hive-c0re/src/agent_config/topology.rs: there is no parent_of function; sentinel resolution happens in topology::resolve_recipient. --- docs/turn-loop/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/turn-loop/README.md b/docs/turn-loop/README.md index c952841c..48c0f413 100644 --- a/docs/turn-loop/README.md +++ b/docs/turn-loop/README.md @@ -112,8 +112,8 @@ merge work. Plugin install failures are not fatal: each entry comes back as a human-readable failure string that gets routed via `Surface::send_to_parent` to the agent's topology parent (the -broker resolves `` per `topology::parent_of`; root agents -and the manager fall through to operator). +broker resolves `` per `topology::resolve_recipient`; root +agents and the manager fall through to operator). ### Turn outcomes