From 1374ce2b24cfc0ef192a49cb392b0700cb4d898b Mon Sep 17 00:00:00 2001 From: pstayet Date: Thu, 23 Jul 2026 16:49:11 -0700 Subject: [PATCH] fix(data): remove duplicate node_id 243113 (pilot-director aliases pilot-mom) pilot-mom and pilot-director are published as two entries for ONE node: identical address 0:0000.0003.B5A9, identical node_id 243113, and the same "network planner" role. trustedagents.Load() rejects any list containing a duplicate node_id, so this single collision makes the ENTIRE 438-entry feed fail to load on every daemon. pilot-director is the redundant alias (the canonical name pilot-mom is what the docs, the app roster, the MCP package, and the homepage demo all use), so this removes the pilot-director entry. Node 243113 stays trusted via the pilot-mom entry; no node_id is invented. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_0142ryqVGEmJN66VZtCC7wFD --- trusted-agents.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/trusted-agents.json b/trusted-agents.json index d8a1853..bcb86c7 100644 --- a/trusted-agents.json +++ b/trusted-agents.json @@ -3058,13 +3058,6 @@ "node_id": 125221, "tier": "premium", "description": "Google Web Risk: checks URLs against malicious-URL lists (malware/social-engineering/unwanted software)." - }, - { - "hostname": "pilot-director", - "address": "0:0000.0003.B5A9", - "node_id": 243113, - "tier": "free", - "description": "Pilot Director: describe any task in natural language and get a validated, executable plan over Pilot resources (agents + apps), with handoffs for what your own agent should do (notify, schedule, send). The authority on what the network can accomplish." } ] } \ No newline at end of file