From 0162a3f108f452ef5f7add7e09bcd8e929b3c64f Mon Sep 17 00:00:00 2001 From: iris Date: Mon, 1 Jun 2026 19:00:40 +0200 Subject: [PATCH] fixup: remove manager config path mention from ManagerServer instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Every agent's config lives at /agents//config/agent.nix — there is no special case for the manager. Drop the sentence. --- hive-ag3nt/src/mcp.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hive-ag3nt/src/mcp.rs b/hive-ag3nt/src/mcp.rs index 101ca939..3e6c0baa 100644 --- a/hive-ag3nt/src/mcp.rs +++ b/hive-ag3nt/src/mcp.rs @@ -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 {}