From 07f880b87bae02a7b4bb3a05d8a7c4a1c4b616cb Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Mon, 23 Mar 2026 07:16:12 -0700 Subject: [PATCH] chore: bump version and changelog (v0.11.7.0) Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 12 ++++++++++++ VERSION | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7792395..6697a21a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.11.7.0] - 2026-03-23 — /review → /ship Handoff Fix + +### Fixed + +- **`/review` now satisfies the ship readiness gate.** Previously, running `/review` before `/ship` always showed "NOT CLEARED" because `/review` didn't log its result and `/ship` only looked for `/plan-eng-review`. Now `/review` persists its outcome to the review log, and all dashboards recognize both `/review` (diff-scoped) and `/plan-eng-review` (plan-stage) as valid Eng Review sources. +- **Ship abort prompt now mentions both review options.** When Eng Review is missing, `/ship` suggests "run `/review` or `/plan-eng-review`" instead of only mentioning `/plan-eng-review`. + +### For contributors + +- Based on PR #338 by @malikrohail. DRY improvement per eng review: updated the shared `REVIEW_DASHBOARD` resolver instead of creating a duplicate ship-only resolver. +- 4 new validation tests covering review-log persistence, dashboard propagation, and abort text. + ## [0.11.6.0] - 2026-03-23 — Infrastructure-First Security Audit ### Added diff --git a/VERSION b/VERSION index 55430deb..a9da9632 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.11.6.0 +0.11.7.0