BMAD-METHOD/tools/cli/lib
Henry Ávila 177353c77a fix: address code review — fix interactive flow crash, simplify resolveCustomContentPaths
- Fix promptCustomContentSource() to use resolveCustomContentPaths()
  instead of reading module.yaml from root (would crash on parent dirs
  since validation was loosened but consumer was not updated)
- Simplify resolveCustomContentPaths() to only check file existence,
  not parse YAML (eliminates double read — callers already handle
  parsing and validation)
- Add edge case tests: module.yaml without code field, malformed YAML
  in subdirs, mixed direct + parent path resolution

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 14:48:59 -03:00
..
agent refactor(skills): convert brainstorming to native skill (#1924) 2026-03-12 16:49:35 -06:00
activation-builder.js fix: HELP_STEP placeholder not replaced in compiled agents, fix hardcoded path, fix single quote in HELP_STEP (#1437) 2026-01-29 05:58:56 -08:00
agent-analyzer.js refactor: remove legacy YAML/XML workflow engine plumbing (#1864) 2026-03-08 18:02:57 -06:00
agent-party-generator.js feat: add documentation website with Docusaurus build pipeline (#1177) 2025-12-23 23:01:36 +08:00
cli-utils.js refactor: Complete @clack/prompts Migration & Installer Output Consolidation (#1586) 2026-02-08 00:40:13 -06:00
config.js we only need one yaml lib 2025-12-13 18:35:07 +08:00
file-ops.js feat: add documentation website with Docusaurus build pipeline (#1177) 2025-12-23 23:01:36 +08:00
platform-codes.js docs: radical reduction of documentation scope for v6 beta (#1406) 2026-01-25 14:00:26 -06:00
project-root.js Project Cleanup of Agents Menus, BMB module removal to other repo 2026-01-19 02:04:14 -06:00
prompts.js refactor: Complete @clack/prompts Migration & Installer Output Consolidation (#1586) 2026-02-08 00:40:13 -06:00
ui.js fix: address code review — fix interactive flow crash, simplify resolveCustomContentPaths 2026-03-17 14:48:59 -03:00
xml-handler.js feat: add documentation website with Docusaurus build pipeline (#1177) 2025-12-23 23:01:36 +08:00
xml-to-markdown.js feat: v6.0.0-alpha.0 - the future is now 2025-09-28 23:17:07 -05:00
yaml-format.js we only need one yaml lib 2025-12-13 18:35:07 +08:00
yaml-xml-builder.js refactor: remove legacy YAML/XML workflow engine plumbing (#1864) 2026-03-08 18:02:57 -06:00