Skip to content

v1.2.0

Choose a tag to compare

@ramy-hassan ramy-hassan released this 01 Jul 18:02
e099a55

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).
  • /deliver commits per Phase-5 task — each repo's branch is built as one logical commit per implementation task (+ a fix() 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.js now emits a loud EMPTY DIFF signal and Phase 5.5 skips that repo's reviewer with an actionable warning instead of failing silently.