fix: agent will only load specific dependencies when commands are executed at runtime

This commit is contained in:
Matthew Mellor 2025-09-15 13:54:31 -05:00
parent 43aa94fab3
commit 8c2fd251e7
1 changed files with 1 additions and 6 deletions

View File

@ -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