Skip to content

Module versions showing as 'vunknown' in bmad-method status command #1165

@ayhid

Description

@ayhid

Description

When running npx bmad-method@alpha status, the installed modules show their version as vunknown instead of the actual version.

Steps to Reproduce

  1. Install bmad-method alpha: npx bmad-method@alpha install
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions