VERSIONING banner
runxhq runxhq

VERSIONING

Development community

Description

# Skill Versioning Every skill in this directory declares a `version:` field at the top level of its `X.yaml`. The field is semver. ## When to bump Bump the version in the same commit as the change. - **Patch (`0.1.X`):** SKILL.md prompt tweaks, harness-case additions, harness-fixture tightening, doc-only edits. - **Minor (`0.X.0`):** new runner, new input field, new output field, new harness-case shape, backward-compatible output extension. - **Major (`X.0.0`):** graph redefinition, r

Installation

Installs to ~/.claude/skills/runxhq-runx-versioning/SKILL.md

Terminal
mkdir -p ~/.claude/skills/runxhq-runx-versioning && curl -fsSL https://raw.githubusercontent.com/runxhq/runx/HEAD/skills/VERSIONING.md -o ~/.claude/skills/runxhq-runx-versioning/SKILL.md

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

Full documentation available on GitHub

View Source Repository