BMAD-METHOD/tools/cli/installers/lib
Brian Madison 0aeaa5b2ea fix: compile agents now checks multiple source locations
## Problem
Compile Agents ignored custom agents in source locations like:
- {project-root}/custom/src/agents/
- {bmad-folder}/custom/src/agents/

## Solution
Update reinstallCustomAgents to check all locations:
1. _cfg/custom/agents/ (backup location)
2. {bmad-folder}/custom/src/agents/ (source in BMAD folder)
3. {project-root}/custom/src/agents/ (source at project root)

## Changes
- Search multiple locations for agents during compile
- Avoid duplicate processing with Set tracking
- Auto-backup source YAML to _cfg/custom/agents/ if needed
- Works with any custom bmad_folder name from config

Now 'Compile Agents' works with agents in any source location!
2025-11-23 08:51:25 -06:00
..
core fix: compile agents now checks multiple source locations 2025-11-23 08:51:25 -06:00
ide feat: add empty IDE selection warning and promote Antigravity to recommended 2025-11-19 22:12:45 -06:00
modules customize installation folder for the bmad content 2025-11-08 15:19:19 -06:00