Skip to content

v0.4.2 — version-pointer comment in refine.md

Latest

Choose a tag to compare

@cschweda cschweda released this 17 Apr 15:43

Patch release over v0.4.1. Developer-ergonomics fix; no behavioral changes to the refiner.

Added

  • Version-pointer comment at the top of refine.md. An HTML comment immediately after the YAML frontmatter names the release version and links to its GitHub tag. Devs reading a raw file, a local install, or a shared copy can identify the upstream version at a glance — and confirm divergence by running shasum -a 256 refine.md against the release hash below.

Changed

  • Install hash bumped to the v0.4.2 value. README badge and install URLs moved to v0.4.2.

Install

mkdir -p ~/.claude/commands
curl -o ~/.claude/commands/refine.md \
  https://raw.githubusercontent.com/ICJIA/claude-code-refine/v0.4.2/refine.md
echo "e16bdba67959519f2d3f07ec7ee6c3b2b0df0db3db90d2b84e15c4bf8869410c  $HOME/.claude/commands/refine.md" | shasum -a 256 -c

Restart your Claude Code session so it picks up the new command.

Verification

SHA-256 of refine.md at this tag:

e16bdba67959519f2d3f07ec7ee6c3b2b0df0db3db90d2b84e15c4bf8869410c  refine.md

See CHANGELOG.md for the full history and SECURITY_REVIEW.md for the red/blue-team audit landed in v0.4.0.