BMAD-METHOD/src
Serhii 7795d62165
fix(workflow-init): standardize choice format to numeric
Replace inconsistent letter-based choice format [a/b/c/d] with
numeric format [1/2/3/4] throughout workflow-init for consistency
with other workflows and better user experience.

Changes:
- STATE 2: Planning artifacts choice [a/b/c/d] → [1/2/3/4]
- STATE 3: Implementation choice [a/b/c/d] → [1/2/3/4]
- Step 4: Discovery workflows [a/b/c/d] → [1/2/3/4]
- Step 6: Product Brief [a/b] → [1/2] (reported issue)
- Updated all check conditions (choice == a → choice == 1, etc.)
- Removed redundant comments from check conditions

Fixes #863

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-06 21:20:28 +02:00
..
core refactor: comprehensive workflow modernization and standardization 2025-11-04 00:09:19 -06:00
modules fix(workflow-init): standardize choice format to numeric 2025-11-06 21:20:28 +02:00
utility minor dev agent updates 2025-10-11 19:45:25 -05:00