Display the current version of the AI SDLC methodology plugin and its components.
Displays version information for the AI SDLC methodology plugin and its components.
/plugin marketplace add foolishimp/ai_sdlc_method/plugin install aisdlc-methodology@aisdlcDisplay the current version of the AI SDLC methodology plugin and its components.
<!-- Implements: REQ-TOOL-005 (Release Management) -->Read and display version information from the following files:
Plugin Version: Find plugin.json by searching these locations IN ORDER:
~/.claude/plugins/marketplaces/aisdlc/**/aisdlc-methodology/.claude-plugin/plugin.json (marketplace cache - MOST COMMON).claude-plugin/plugin.json (relative to command file)../plugin.json (if commands are in subdirectory)aisdlc-methodology/.claude-plugin/plugin.json in projectIMPORTANT: For marketplace-installed plugins, the version is in ~/.claude/plugins/marketplaces/, NOT in the project directory.
Extract the version field. If not found, use "0.5.5" as hardcoded fallback.
Stages Config Version: Find stages_config.yml by searching:
~/.claude/plugins/marketplaces/aisdlc/**/aisdlc-methodology/config/stages_config.yml (marketplace cache)config/stages_config.yml (relative to plugin root)aisdlc-methodology/config/stages_config.yml in project
Extract ai_sdlc_stages.version field.Git Tag (if available): Run git describe --tags --abbrev=0 to get latest tag
Display output in this format:
╔══════════════════════════════════════════════════════════════╗
║ AI SDLC Method - Version Info ║
╚══════════════════════════════════════════════════════════════╝
Plugin: aisdlc-methodology
Version: v{version from plugin.json}
Stages Config: v{version from stages_config.yml}
Git Tag: {latest git tag or "none"}
Homepage: https://github.com/foolishimp/ai_sdlc_method
Components:
├─ Agents: 7 (Requirements, Design, Tasks, Code, System Test, UAT, Runtime)
├─ Commands: 8 (including this one)
├─ Skills: 11 consolidated workflows
└─ Hooks: 2 (Stop, PreToolUse)
Changelog (latest):
{read metadata.changelog from stages_config.yml}
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Run /aisdlc-init --force to update framework files
Run /aisdlc-help for full command reference
Usage: Run /aisdlc-version to display version information.