docs(turn-loop): fix stale topology::parent_of reference

Verified against hive-c0re/src/agent_config/topology.rs: there is no
parent_of function; <parent> sentinel resolution happens in
topology::resolve_recipient.
This commit is contained in:
iris 2026-08-15 12:27:33 +02:00 committed by mara
commit efc30a0bcf

View file

@ -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 `<parent>` per `topology::parent_of`; root agents
and the manager fall through to operator).
broker resolves `<parent>` per `topology::resolve_recipient`; root
agents and the manager fall through to operator).
### Turn outcomes