From 34b8f2ac6a3511b9e43c5221d9d2ce69b7ef9ec1 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Sun, 5 Apr 2026 11:02:34 -0700 Subject: [PATCH] chore: bump version and changelog (v0.15.10.0) Co-Authored-By: Claude Opus 4.6 (1M context) --- CHANGELOG.md | 18 ++++++++++++++++++ VERSION | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b03b8d1..cb84d015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.15.10.0] - 2026-04-05 + +### Changed +- `/ship` re-runs now execute every verification step (tests, coverage audit, review, adversarial, TODOS, document-release) regardless of prior runs. Only actions (push, PR creation, VERSION bump) are idempotent. Re-running `/ship` means "run the whole checklist again." +- `/ship` now runs the full Review Army specialist dispatch (testing, maintainability, security, performance, data-migration, api-contract, design, red-team) during pre-landing review, matching `/review`'s depth. + +### Added +- Cross-review finding dedup in `/ship`: findings the user already skipped in a prior `/review` or `/ship` are automatically suppressed on re-run (unless the relevant code changed). +- PR body refresh after `/document-release`: the PR body is re-edited to include the docs commit, so it always reflects the truly final state. + +### Fixed +- Review Army diff size heuristic now counts insertions + deletions (was insertions-only, which missed deletion-heavy refactors). + +### For contributors +- Extracted cross-review dedup to shared `{{CROSS_REVIEW_DEDUP}}` resolver (DRY between `/review` and `/ship`). +- Review Army step numbers adapt per-skill via `ctx.skillName` (ship: 3.55/3.56, review: 4.5/4.6), including prose references. +- Added 3 regression guard tests for new ship template content. + ## [0.15.9.0] - 2026-04-05 — OpenClaw Integration v2 You can now connect gstack to OpenClaw as a methodology source. OpenClaw spawns Claude Code sessions natively via ACP, and gstack provides the planning discipline and thinking frameworks that make those sessions better. diff --git a/VERSION b/VERSION index e2d76d24..ac8e8d88 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.15.9.0 +0.15.10.0