fix: agent will only load specific dependencies when commands are executed at runtime
This commit is contained in:
parent
43aa94fab3
commit
8c2fd251e7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue