BMAD-METHOD/tools/installer/core
Brian Madison 4abc227d91 chore(installer): stop creating legacy _config/agents/ directory
The _config/agents/ subfolder was the v6.1 home for agent
.customize.toml/.yaml files. Agent customizations now live in
_bmad/custom/, so the folder is created empty on every install
and never written to.

Stop creating it. Existing installs that already have the
folder are left alone — the detectCustomFiles path still
preserves any legacy .customize.yaml files it finds there, so
users updating from older installs keep any customizations
they haven't yet migrated.
2026-04-18 23:08:48 -05:00
..
config.js refactor(installer): restructure installer with clean separation of concerns (#2129) 2026-03-27 06:50:07 -06:00
existing-install.js fix(installer): replace fs-extra with native node:fs to prevent file loss 2026-04-13 00:44:28 -05:00
install-paths.js chore(installer): stop creating legacy _config/agents/ directory 2026-04-18 23:08:48 -05:00
installer.js feat(skills): workflow customization pilot + resolver and installer fixes 2026-04-18 22:04:58 -05:00
manifest-generator.js refactor(skills): lean agent personas + hardcode identity and invariants 2026-04-18 22:53:57 -05:00
manifest.js fix(installer): replace fs-extra with native node:fs to prevent file loss 2026-04-13 00:44:28 -05:00