From 8c2fd251e7e474ed2facb45e4867393055cbc05e Mon Sep 17 00:00:00 2001 From: Matthew Mellor Date: Mon, 15 Sep 2025 13:54:31 -0500 Subject: [PATCH] fix: agent will only load specific dependencies when commands are executed at runtime --- tools/installer/lib/ide-setup.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tools/installer/lib/ide-setup.js b/tools/installer/lib/ide-setup.js index 5510e109..dbda5bb8 100644 --- a/tools/installer/lib/ide-setup.js +++ b/tools/installer/lib/ide-setup.js @@ -2658,12 +2658,7 @@ Key Instructions: description: `${title}: ${whenToUse}`, prompt: systemPrompt, tools: this.mapAgentTools(agentId, agentMetadata), - resources: [ - 'file://.bmad-core/**/*', - 'file://README.md', - 'file://package.json', - 'file://.gitignore', - ], + resources: [], }; // Convert to JSON string