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}`,
|
description: `${title}: ${whenToUse}`,
|
||||||
prompt: systemPrompt,
|
prompt: systemPrompt,
|
||||||
tools: this.mapAgentTools(agentId, agentMetadata),
|
tools: this.mapAgentTools(agentId, agentMetadata),
|
||||||
resources: [
|
resources: [],
|
||||||
'file://.bmad-core/**/*',
|
|
||||||
'file://README.md',
|
|
||||||
'file://package.json',
|
|
||||||
'file://.gitignore',
|
|
||||||
],
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Convert to JSON string
|
// Convert to JSON string
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue