Metaswarm Update Version banner
dsifry dsifry

Metaswarm Update Version

Development community

Description

# Update Metaswarm Update metaswarm to the latest version, refresh component files, and re-detect project context. ## Usage ```text /metaswarm-update-version ``` ## 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 v

Installation

Installs to ~/.claude/skills/dsifry-metaswarm-metaswarm-update-version/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dsifry-metaswarm-metaswarm-update-version && curl -fsSL https://raw.githubusercontent.com/dsifry/metaswarm/HEAD/commands/metaswarm-update-version.md -o ~/.claude/skills/dsifry-metaswarm-metaswarm-update-version/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository