Skip to content

v0.3.1 — fix standalone-comment diagram replacement

Choose a tag to compare

@drakulavich drakulavich released this 01 Jun 09:21
· 9 commits to main since this release
6ee674c

Patch release.

Fixed

  • #14iago/scripts/post.ts now replaces a prior Iago diagram posted as a standalone comment (one with no <!-- review-skill --> marker and no ## Review heading) in place, instead of posting a duplicate block. This restores the "one block per PR / replaced on the next run" guarantee when the diagram wasn't appended to a /review comment. Internally, the comment search was refactored into a tiered findTargetCommentId (marker → heading → standalone Iago block → new comment).

Maintenance

  • Aligned version bump across cli/package.json, .claude-plugin/plugin.json, and .claude-plugin/marketplace.json.

No breaking changes. The CLI is published to npm as `@drakulavich/iago@0.3.1` (with provenance); the Claude plugin updates via the bumped marketplace manifests.

Full changelog: v0.3.0...v0.3.1