BMAD-METHOD/tools/cli/installers/lib
Nikita Levyankov b88845c0fe fix: remove useless ternary operators in options-parser
The ternary operators were checking `Array.isArray()` but returning the same value in both branches, making them completely pointless. Since profiles can contain both arrays (e.g., `['dev', 'architect']`) and strings (e.g., `'all'`), and both are valid, we should just assign the value directly.

Fixed lines:
- normalized.modules = profile.modules
- normalized.agents = profile.agents
- normalized.workflows = profile.workflows

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-18 12:32:04 +02:00
..
core fix: remove useless ternary operators in options-parser 2025-12-18 12:32:04 +02:00
custom less verbose final output during install 2025-12-15 15:55:28 +08:00
ide roo installer had some bugs 2025-12-15 15:08:19 +08:00
modules fixed _bmad folder stutter with agent custom files 2025-12-18 03:22:46 +08:00
profiles fix: lint and formatting issues in non-interactive installation PR 2025-12-18 12:25:01 +02:00
teams fix: lint and formatting issues in non-interactive installation PR 2025-12-18 12:25:01 +02:00