Contract Version Bump banner
Kanevry Kanevry

Contract Version Bump

Testing community

Description

--- description: Classify and apply a version bump to a machine-readable contract (JSON Schema, API spec, config schema) — version literals, consumer compatibility, changelog entry, downstream drift argument-hint: "[--contract <path>]" --- # Contract Version Bump The user wants to bump the version of a machine-readable contract (JSON Schema, API spec, or config schema) after changing it. Invoke the contract-version-bump skill with arguments: **$ARGUMENTS**. Runs six phases: classify the chang

Installation

Installs to ~/.claude/skills/kanevry-session-orchestrator-contract-version-bump/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kanevry-session-orchestrator-contract-version-bump && curl -fsSL https://raw.githubusercontent.com/Kanevry/session-orchestrator/HEAD/commands/contract-version-bump.md -o ~/.claude/skills/kanevry-session-orchestrator-contract-version-bump/SKILL.md

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

Full documentation available on GitHub

View Source Repository