From 49519f6130a683afab78a36a15e652538d2b4305 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Wed, 18 Mar 2026 14:37:37 -0700 Subject: [PATCH] chore: bump version and changelog (v0.6.5.0) Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1da799f2..983926dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.6.5.0] - 2026-03-18 + +### Added + +- **`/qa` now escalates stubborn bugs to `/debug` automatically.** When a bug resists 2+ fix attempts (each reverted due to regressions), `/qa` spawns a debug sub-agent with a structured bug brief — symptoms, reproduction steps, failed fixes, file paths. The debug agent investigates root cause systematically while you wait. Results appear in the QA report's new Debug Escalation Summary. +- **`/review` recommends `/debug` for pre-existing bugs.** When code review spots a bug in the base branch (not introduced by your PR), it now classifies it as informational and recommends `/debug` for root-cause investigation instead of leaving you guessing. +- **`/ship` detects reverted QA fixes in your branch.** If your branch history has reverted `fix(qa):` commits, `/ship` warns you the underlying bugs may still be present and suggests running `/debug`. Informational — doesn't block shipping. +- **`/debug` can now reproduce bugs visually.** The debug skill has access to the headless browser — it takes screenshots during investigation, checks console errors, and visually verifies fixes before reporting. + ## [0.6.4.1] - 2026-03-18 ### Added diff --git a/VERSION b/VERSION index f4362155..9de863a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.4.1 +0.6.5.0