Skip to content

v0.6.2 — REVIEW is terminal-only (phase 1 blocks only on REWORK)

Choose a tag to compare

@rickbarkley rickbarkley released this 17 Jul 07:11
d0563e7

Fixes a phased-gate verdict-routing bug (v0.6.0/v0.6.1): --phase quality treated a semantic review outcome as a blocking failure, which skipped the tests and cascaded into a contradictory second REWORK from --phase verify.

  • Phase 1 (quality) now blocks ONLY on REWORK (shape fail / semantic rework). A review or pass outcome → green (exit 0), tests proceed.
  • REVIEW is emitted ONLY at the terminal phase (verify/full), after ci-evidence — re-derived from policy + model findings, with the diff_sha256 review cache making it a zero-cost cache hit (no extra LLM call).
  • No consumer workflow change needed beyond the version pin. 299/299 tests.