v0.3.1 — fix standalone-comment diagram replacement
Patch release.
Fixed
- #14 —
iago/scripts/post.tsnow replaces a prior Iago diagram posted as a standalone comment (one with no<!-- review-skill -->marker and no## Reviewheading) 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/reviewcomment. Internally, the comment search was refactored into a tieredfindTargetCommentId(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