npx claudepluginhub benmarte/codemunch --plugin codemunchUpgrade codemunch to the latest version. Follow these steps:
## Step 1: Check current version
Read the `VERSION` file in the codemunch plugin root to get the current version. The plugin root is the directory where this command file lives (go up one level from `commands/`).
## Step 2: Check latest version
Run this command to get the latest release version from GitHub:
## Step 3: Compare and upgrade
If the versions match, report: "codemunch is up to date (v{version})."
If a newer version is available, run the upgrade:
Then report:
- "codemunch upgraded from v{old} to v{new}."
- "R.../upgradeChecks for updates to agentic-dev-team plugin, shows categorized changes (agents, skills, commands), confirms, and applies via git pull.
/upgradeUpgrades dependencies or frameworks with breaking change analysis. Requires upgrade_target (e.g., 'React 18 to React 19', 'all dependencies') and optional flags (--deps, --package, --dry-run).
/upgradeSafely upgrades a Ruby gem or all outdated ones: checks versions, reviews changelog and breaking changes, confirms with user, updates Gemfile, runs bundle update.
/upgradeUpgrades existing LLM Wiki to current plugin version: adds missing graph files idempotently and interactively merges SCHEMA.md sections.
/upgradeUpgrades or installs the local Ormah runtime for this plugin without global client wiring. Checks version, asks permission before running safe install script, verifies plugin support.
/upgradeFull automated Ruby/Rails upgrade pipeline — audit, phased fixes, and verification with a live task list. Pauses on failure so you can investigate before continuing. Usage: /ruby-upgrade-toolkit:upgrade ruby:X.Y.Z [rails:X.Y]
Upgrade codemunch to the latest version. Follow these steps:
Read the VERSION file in the codemunch plugin root to get the current version. The plugin root is the directory where this command file lives (go up one level from commands/).
Run this command to get the latest release version from GitHub:
gh api repos/benmarte/codemunch/releases/latest --jq '.tag_name'
If the versions match, report: "codemunch is up to date (v{version})."
If a newer version is available, run the upgrade:
/plugin install codemunch@codemunch
Then report:
After upgrading, fetch and display the release notes for the new version:
gh api repos/benmarte/codemunch/releases/latest --jq '.body'