fixup: remove manager config path mention from ManagerServer instructions

Every agent's config lives at /agents/<name>/config/agent.nix — there
is no special case for the manager. Drop the sentence.
This commit is contained in:
iris 2026-06-01 19:00:40 +02:00 committed by mara
commit 0162a3f108

View file

@ -1798,8 +1798,7 @@ impl ManagerServer {
questions + pending reminders across the swarm), `cancel_loose_end` (cancel any \
question or reminder row by id), `set_status` / `get_agent_meta` (publish your \
own status text + query identity/status of any agent `get_agent_meta` with \
no arg replaces the old `whoami` self-introspection). The manager's own config lives at \
`/agents/root/config/agent.nix`."
no arg replaces the old `whoami` self-introspection)."
)]
impl ServerHandler for ManagerServer {}