Skip to content

v0.2.0

Latest

Choose a tag to compare

@tkimball83 tkimball83 released this 08 Sep 18:26

Changes

  • Scan uppercase whole words BLOCK and ALLOW throughout review output, including prose, code examples, and same-line verdicts. A colon is not required for detection.
  • Any BLOCK prevents the turn from ending. Passing requires exactly one ALLOW in the supported verdict format. Lowercase words and identifiers such as BLOCK_SIZE do not count.
  • Prefer a canonical first- or final-line blocking reason over an earlier quoted example, with the first detected block as fallback.
  • Keep README, contributor policy, setup guidance, and gate prompts aligned. Quoted uppercase verdict words can deliberately cause false blocks.

Validation

  • npm run check: lint, formatting, plugin/skill validation, and all 242 tests passed.
  • GitHub CI: Ubuntu and macOS with Node 22 and 24, verified for both the release commit and tag before publication.