BMAD-METHOD/tools/installer/modules
Brian Madison 9f936213a2 feat(skills): add TOML-based skill customization system
Replace YAML customization with a three-layer TOML override model (skill
defaults → team overrides → personal preferences). Each skill now ships a
customize.toml with its full customization surface and a
resolve-customization.py script that merges layers just-in-time during
activation. Personal .user.toml files are gitignored; team .toml files
are committed.

Updates all 7 agent skills and product-brief workflow with new activation
steps, customization defaults, and merge scripts. Rewrites the
customize-bmad how-to guide for the new system.
2026-04-14 10:20:28 -05:00
..
community-manager.js fix(installer): replace fs-extra with native node:fs to prevent file loss 2026-04-13 00:44:28 -05:00
custom-module-manager.js fix(installer): replace fs-extra with native node:fs to prevent file loss 2026-04-13 00:44:28 -05:00
external-manager.js fix(installer): replace fs-extra with native node:fs to prevent file loss 2026-04-13 00:44:28 -05:00
official-modules.js feat(skills): add TOML-based skill customization system 2026-04-14 10:20:28 -05:00
plugin-resolver.js fix(installer): replace fs-extra with native node:fs to prevent file loss 2026-04-13 00:44:28 -05:00
registry-client.js chore(installer): remove 1,683 lines of dead code (#2247) 2026-04-10 20:24:50 -07:00
registry-fallback.yaml feat(installer): remote registry + remove custom content (#2228) 2026-04-07 22:45:01 -05:00