release: version 0.3.0 - #9
Conversation
Rolls the unreleased changelog into 0.3.0: PR-based harvest (the publish verb), the renderer split along its status/harvest seam, and the three renderer fixes the split review surfaced (agent-status matching, operation-level input masking, poll-backoff reset). Versions bumped in lockstep in herdr-plugin.toml and package.json. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LSffk4LorDDDit18ENESsj
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe PR adds the 0.3.0 release notes and updates the package and plugin versions from 0.2.0 to 0.3.0. ChangesRelease metadata
Estimated code review effort: 1 (Trivial) | ~3 minutes Merge Risk: ⚪ Minimal · up to This release updates version metadata and the changelog without any supplied evidence of a current merge-blocking issue; no actionable risk remains beyond normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Cuts 0.3.0 now that the publish feature and the renderer split have both landed. The unreleased changelog rolls into
[0.3.0] — 2026-08-24:Added
publishverb (p+ slot digit in the pane, orharvest-step.sh publish <slot>) — plain push, never force, fork-point-ancestry-validated, audited-SHA refspec.Changed
renderer-shared/renderer-status/renderer-harvestbehind the unchangedbin/renderer.mjsentrypoint (residual finding 4, closed on its stated trigger).Fixed
herdr-plugin.tomlandpackage.jsonbumped in lockstep;check-manifestpasses; 237 tests green on both OSes.As with 0.2.0: after merging,
git tag -a v0.3.0 -m "Swarm 0.3.0" && git push origin v0.3.0on the merge commit gives the marketplace a stable reference — I can't push tags from here.🤖 Generated with Claude Code
https://claude.ai/code/session_01LSffk4LorDDDit18ENESsj
Generated by Claude Code
Summary by CodeRabbit
New Features
publishcommand to push a slot’s branch to a remote, with optional remote configuration.Bug Fixes
Release