BMAD-METHOD/tools/cli
ZvoneO c035b2f247 fix(path-utils): deduplicate subdirectory agent names (#1422)
Fixes redundant skill names for agents in subdirectories where the
folder name matches the filename (e.g., tech-writer/tech-writer.md).

Changes:
- Deduplicate when last two path segments are identical
- Handle .yaml extension in addition to .md
- Add comprehensive test suite (40 tests)

Before: bmad-bmm-tech-writer-tech-writer.agent
After:  bmad-bmm-tech-writer.agent

Closes #1422

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 14:54:09 +01:00
..
commands versioned module downloads and manifest 2026-01-23 00:27:26 -06:00
installers fix(path-utils): deduplicate subdirectory agent names (#1422) 2026-01-27 14:54:09 +01:00
lib allow updates from any beta, warn on alpha and v4 2026-01-26 17:33:02 -06:00
README.md remove modules moved to new repos and update installer to support the remote module isntallation and updates. this is a temporary imlemtation machanism 2026-01-15 22:20:56 -06:00
bmad-cli.js fix(cli): replace inquirer with @clack/prompts for Windows compatibility (#1316) 2026-01-14 16:25:35 -06:00
external-official-modules.yaml versioned module downloads and manifest 2026-01-23 00:27:26 -06:00

README.md

BMad CLI Tool

Installing external repo BMad official modules

For external official modules to be discoverable during install, ensure an entry for the external repo is added to external-official-modules.yaml.

For community modules - this will be handled in a different way. This file is only for registration of modules under the bmad-code-org.