From metaswarm
Updates Metaswarm to the latest version, refreshes all component files, and re-detects project context.
How this command is triggered — by the user, by Claude, or both
Slash command
/metaswarm:metaswarm-update-versionThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Update Metaswarm Update metaswarm to the latest version, refresh component files, and re-detect project context. ## Usage ## Steps ### 1. Check Current Version - Read `.metaswarm/project-profile.json` and extract `metaswarm_version` - If the file doesn't exist, stop and tell the user: > No project profile found. Run `/metaswarm-setup` first to initialize metaswarm. - Display the current version to the user ### 2. Fetch Latest Version - Run `npm view metaswarm version` to get the latest published version - Compare current vs. latest: - **If current == latest**: tell the user t...
Update metaswarm to the latest version, refresh component files, and re-detect project context.
/metaswarm-update-version
.metaswarm/project-profile.json and extract metaswarm_versionNo project profile found. Run
/metaswarm-setupfirst to initialize metaswarm.
npm view metaswarm version to get the latest published versionnpx metaswarm@latest changelog --from <current-version> to show changes between versionsnpx metaswarm@latest changelog and filter entries after the current versionnpx metaswarm@latest install to refresh all component filesdetection in the existing project profile/metaswarm-setup.metaswarm/project-profile.json:
metaswarm_version → set to new versionupdated_at → set to current ISO 8601 timestampdetection → refresh if project context changed (preserve if unchanged)installed_at, choices, commands, etc.)0.6.0 → 0.7.0)npx claudepluginhub dsifry/metaswarm-marketplace --plugin metaswarm/updateUpdates the swarm plugin to the latest version by first refreshing the local marketplace clone, then applying the plugin update. Order is load-bearing to avoid stale cache.
/updateUpdates Hydra framework to latest npm version: checks versions, previews changelog, shows safety note, confirms, runs npx install, verifies, requires restart.
/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).
/refresh-knowledgeFetches latest Claude Code plugin documentation via context7 and compares against the local cc-suite skill file, reporting drift or updating the skill.
/just-ship-updateUpdates CLAUDE.md and project.json against current framework templates, adding missing sections and fields while preserving project-specific content.
/watchCheck for Claude Code updates, detect breaking changes, analyze plugin compatibility, and optionally gather community pulse via Exa.