-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Description
Description
When running npx bmad-method@alpha status, the installed modules show their version as vunknown instead of the actual version.
Steps to Reproduce
- Install bmad-method alpha:
npx bmad-method@alpha install - Run status command:
npx bmad-method@alpha status
Expected Behavior
Module versions should display their actual version numbers, e.g.:
Modules:
✓ core (v6.0.0-alpha.19)
✓ bmm (v6.0.0-alpha.19)
✓ cis (v6.0.0-alpha.19)
✓ bmb (v6.0.0-alpha.19)
Actual Behavior
📊 BMAD Installation Status
Location: /Users/ayoub/projects/memobank/_bmad
Version: 6.0.0-alpha.19
Core: ✓ Installed
Modules:
✓ core (vunknown)
✓ bmm (vunknown)
✓ cis (vunknown)
✓ bmb (vunknown)
Configured IDEs:
✓ claude-code
✓ codex
✓ gemini
Environment
- bmad-method version: 6.0.0-alpha.19
- OS: macOS (Darwin 24.6.0)
- Node.js: v25.2.1
Additional Context
The main package version displays correctly (6.0.0-alpha.19), but individual module versions are not being detected properly.
Metadata
Metadata
Assignees
Labels
No labels