BMAD-METHOD/src/bmm-skills
Brian Madison d4466cc341 fix(skills): address PR review feedback on resolver and installer
Fixes four issues flagged by CodeRabbit on PR #2282:

- SKILL.md conventions now define {skill-root} (used in the resolver
  command on line 16 but previously undefined alongside {project-root}
  and {skill-name}).
- resolve_customization.py: missing or unparsable customize.yaml now
  exits non-zero with an error instead of silently returning {}, so
  the SKILL.md fallback path correctly kicks in on bad --skill paths.
- resolve_customization.py: non-agent top-level keys (e.g. workflow:,
  config:) now deep-merge per the documented "other tables: deep merge"
  rule. Previously override replaced these wholesale, losing unrelated
  fields the user didn't touch.
- installer.js _installSharedScripts: wipe _bmad/scripts/ before copy
  so files removed or renamed in src/scripts (e.g. the
  resolve-customization.js -> resolve_customization.py rename) don't
  linger and get tracked as installed. Also fail fast if src/scripts/
  is missing.
2026-04-18 20:40:10 -05:00
..
1-analysis fix(skills): address PR review feedback on resolver and installer 2026-04-18 20:40:10 -05:00
2-plan-workflows fix(skills): address PR review feedback on resolver and installer 2026-04-18 20:40:10 -05:00
3-solutioning fix(skills): address PR review feedback on resolver and installer 2026-04-18 20:40:10 -05:00
4-implementation fix(skills): address PR review feedback on resolver and installer 2026-04-18 20:40:10 -05:00
module-help.csv feat(bmad-help): llms.txt support for general questions (#2230) 2026-04-08 09:53:27 -05:00
module.yaml refactor: consolidate agents into phase-based skill directories (#2050) 2026-03-18 01:01:33 -05:00