From 5414fb76ec6c768e48f5161cfb947318cf5c70f0 Mon Sep 17 00:00:00 2001 From: Teodor Calin Date: Fri, 24 Jul 2026 08:41:31 +0300 Subject: [PATCH] fix: remove stale pilot-director entry (duplicate node_id 243113 with pilot-mom) The MOM rebrand (#31) added pilot-mom at node_id 243113 but left the old pilot-director entry at the same node_id, making the embedded list malformed (duplicate node_id -> ambiguous trust + an ERROR logged on every pilotctl run). pilot-mom is the canonical entry; pilot-director's DNS/hostname is dead. Co-Authored-By: Claude Opus 4.8 --- 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