BMAD-METHOD/tools/cli/commands
Serhii 033aa717f4
refactor: use path.basename() consistently for file extensions
Replace .replace('.agent.yaml', '') with path.basename(file, '.agent.yaml')
for consistency and correct handling of edge cases.

Changes:
- buildAllAgents(): line 238
- checkBuildStatus(): line 333
- listAvailableAgents(): line 452

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-05 06:21:16 +02:00
..
build.js refactor: use path.basename() consistently for file extensions 2025-11-05 06:21:16 +02:00
install.js fixed installer note 2025-10-31 19:39:06 -05:00
list.js feat: v6.0.0-alpha.0 - the future is now 2025-09-28 23:17:07 -05:00
status.js feat: v6.0.0-alpha.0 - the future is now 2025-09-28 23:17:07 -05:00
uninstall.js feat: v6.0.0-alpha.0 - the future is now 2025-09-28 23:17:07 -05:00
update.js feat: v6.0.0-alpha.0 - the future is now 2025-09-28 23:17:07 -05:00