Upgrade Pin banner
diktahq diktahq

Upgrade Pin

Development community

Description

--- name: upgrade-pin description: "Update .edikt/config.yaml's edikt_version to match the currently active install" effort: low context: fork allowed-tools: - Bash - Read tier_2_dependency: edikt upgrade-pin on_absent: refuse-and-direct-user --- # edikt:upgrade-pin Update this project's `.edikt/config.yaml` `edikt_version:` field to match the currently active edikt version. All other config content is preserved byte-for-byte. Use this when you see the warning: ``` warn: this project pin

Installation

Installs to ~/.claude/skills/diktahq-edikt-upgrade-pin/SKILL.md

Terminal
mkdir -p ~/.claude/skills/diktahq-edikt-upgrade-pin && curl -fsSL https://raw.githubusercontent.com/diktahq/edikt/HEAD/commands/upgrade-pin.md -o ~/.claude/skills/diktahq-edikt-upgrade-pin/SKILL.md

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

Full documentation available on GitHub

View Source Repository