From 002e54c80250cab4b599dae6624e4304448b6ec2 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Sun, 22 Mar 2026 10:10:04 -0700 Subject: [PATCH] chore: bump version and changelog (v0.10.0.0) Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d88f8d8..7eea57d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.10.0.0] - 2026-03-22 — Autoplan + +### Added + +- **`/autoplan` — one command, fully reviewed plan.** Hand it a rough plan and it runs the full CEO → design → eng review pipeline automatically. Reads the actual review skill files from disk (same depth, same rigor as running each review manually) and makes intermediate decisions using 6 encoded principles: completeness, boil lakes, pragmatic, DRY, explicit over clever, bias toward action. Taste decisions (close approaches, borderline scope, codex disagreements) surface at a final approval gate. You approve, override, interrogate, or revise. Saves a restore point so you can re-run from scratch. Writes review logs compatible with `/ship`'s dashboard. + ## [0.9.9.0] - 2026-03-21 — Harder Office Hours ### Changed diff --git a/VERSION b/VERSION index 94688c2a..b8d6a6d7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.9.0 +0.10.0.0