fix: remove remaining webskip keys from presentation-master.agent.yaml

All menu items now conform to agent schema validation.
This commit is contained in:
Brian Madison
2025-11-22 12:09:44 -06:00
parent 9d510fc075
commit 13b1fc7517
4 changed files with 16 additions and 6 deletions

View File

@@ -82,7 +82,7 @@ module.exports = {
// Discover agents from custom location
const customAgentLocation = config.custom_agent_location
? resolvePath(config.custom_agent_location, config)
: path.join(config.bmadFolder, 'custom', 'agents');
: path.join(config.bmadFolder, 'custom', 'src', 'agents');
console.log(chalk.dim(`Searching for agents in: ${customAgentLocation}\n`));