BMAD-METHOD/tools/cli
Nikita Levyankov 251ec93150 refactor: remove dead code (profileModules/Agents/Workflows)
Removed unused properties that were set but never read:
- normalized.profileModules
- normalized.profileAgents
- normalized.profileWorkflows

These values were:
1. Stored as unwrapped (strings like 'all' or arrays)
2. Never accessed anywhere in the codebase
3. Created confusion - actual values used are normalized.modules/agents/workflows
4. Inconsistent with the wrapped versions actually used downstream

The profile values are already correctly processed and stored in
normalized.modules/agents/workflows (with proper array wrapping),
which are then passed to installer via config.cliOptions.

No functional change - just removing dead code that served no purpose.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-18 12:59:22 +02:00
..
commands Merge branch 'main' into main 2025-12-18 02:47:51 +08:00
installers/lib refactor: remove dead code (profileModules/Agents/Workflows) 2025-12-18 12:59:22 +02:00
lib fix: handle array-wrapped 'all' value for modules 2025-12-18 12:39:07 +02:00
test feat: introduce non-interactive cli installation 2025-12-17 11:42:35 +02:00
README.md folder rename from .bmad to _bmad 2025-12-13 16:22:34 +08:00
bmad-cli.js npx with version selector 2025-10-26 23:42:56 -05:00

README.md

BMad CLI Tool

Revised CLI tool docs coming....