v1.2.0
PipeCrew v1.2.0
Updating: /plugin marketplace update pipecrew → /plugin install pipecrew@pipecrew → /reload-plugins (or enable auto-update once). See the CHANGELOG.
Added
- Per-stage token totals in the site-view v2 swimlane headers — cost distribution across Understand → Contract → Build → Verify → Ship → Learn at a glance (reconciles to the header total).
/delivercommits per Phase-5 task — each repo's branch is built as one logical commit per implementation task (+ afix()commit per Phase-5.5 fix round), so large single-repo changes stay reviewable commit-by-commit without splitting the feature into multiple PRs. Also fills a gap where the pipeline never committed.- Empty-diff review guard — reviewers diff committed history, so an uncommitted task would leave them reviewing nothing;
write-review-diff.jsnow emits a loudEMPTY DIFFsignal and Phase 5.5 skips that repo's reviewer with an actionable warning instead of failing silently.