Skip to content

v0.4.1 — YAML frontmatter fix + install checksum

Choose a tag to compare

@cschweda cschweda released this 17 Apr 15:08

Patch release over v0.4.0. No behavioral changes to the refiner itself — frontmatter and install-docs fixes only.

Fixed

  • YAML frontmatter parse error in refine.md. GitHub (and any strict YAML parser) rejected the argument-hint: [47|46] [rough prompt] line because | is not a valid separator inside a YAML flow sequence. Quoted the value as "[47|46] [rough prompt]" so it parses as a plain string. Bug has been present since v0.1.0.

Changed

  • Install checksum published. README.md now pins the shasum -a 256 -c verification step to the real v0.4.1 hash instead of the <sha256-from-release> placeholder shipped in v0.4.0.
  • README badge and install URLs bumped to v0.4.1.

Install

mkdir -p ~/.claude/commands
curl -o ~/.claude/commands/refine.md \
  https://raw.githubusercontent.com/ICJIA/claude-code-refine/v0.4.1/refine.md
echo "cf1f03648b64da1562df7eca1beff492be1f9ca2e2f739f1a3b9c9978d5b8f87  $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:

cf1f03648b64da1562df7eca1beff492be1f9ca2e2f739f1a3b9c9978d5b8f87  refine.md

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