From 2b1fcab5486e82ce8f005c9ac461755a9027890f Mon Sep 17 00:00:00 2001 From: Greg Allen Date: Wed, 8 Jul 2026 11:14:58 -0400 Subject: [PATCH] chore: add agents repo to allowed_remote_resources Adds allowed_remote_resources with both fullsend-ai/fullsend and fullsend-ai/agents URLs. This is required for the agent extraction migration: agent harnesses are now resolved from fullsend-ai/agents at runtime and the URL must be in the allowlist. --- .fullsend/config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.fullsend/config.yaml b/.fullsend/config.yaml index ad7cd36..3327c54 100644 --- a/.fullsend/config.yaml +++ b/.fullsend/config.yaml @@ -11,3 +11,6 @@ roles: - fix - retro - prioritize +allowed_remote_resources: + - https://raw.githubusercontent.com/fullsend-ai/fullsend/ + - https://raw.githubusercontent.com/fullsend-ai/agents/