From ea7538ff175c82f88ba3e29d084d0f011e3367dc Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Thu, 26 Mar 2026 21:38:04 -0600 Subject: [PATCH] chore: bump version and changelog (v0.12.5.1) Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bce3443..c0292184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.12.5.1] - 2026-03-27 — Eng Review Now Tells You What to Parallelize + +`/plan-eng-review` automatically analyzes your plan for parallel execution opportunities. When your plan has independent workstreams, the review outputs a dependency table, parallel lanes, and execution order so you know exactly which tasks to split into separate git worktrees. + +### Added + +- **Worktree parallelization strategy** in `/plan-eng-review` required outputs. Extracts a structured table of plan steps with module-level dependencies, computes parallel lanes, and flags merge conflict risks. Skips automatically for single-module or single-track plans. + ## [0.12.5.0] - 2026-03-26 — Fix Codex Hangs: 30-Minute Waits Are Gone Three bugs in `/codex` caused 30+ minute hangs with zero output during plan reviews and adversarial checks. All three are fixed. diff --git a/VERSION b/VERSION index cce9c8ee..0c2b830b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.12.5.0 +0.12.5.1