From 8ebf24b0bfa432b478c8d280d5b808ad427bfa34 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Wed, 27 May 2026 11:27:09 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20VERSION=201.50.0.0=20=E2=86=92?= =?UTF-8?q?=201.52.0.0=20(queue=20collision=20with=20#1742)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CI version gate caught: PR #1742 (garrytan/upgrade-gstack-gbrain-v1) already claims v1.50.0.0 and #1751 (garrytan/browser-memory-leak) claims v1.51.0.0. gstack-next-version util recommends v1.52.0.0 as the next free slot. Updates: - VERSION 1.50.0.0 → 1.52.0.0 - package.json version sync - CHANGELOG.md header + metric table label - parity-baseline-v1.47.0.0.json baseline_note reference No content changes; pure slot rebase per the queue. The cathedral scope (8 layers, 96 tests) and CHANGELOG narrative stay identical — same ship, different release number. Co-Authored-By: Claude Opus 4.7 (1M context) --- CHANGELOG.md | 4 ++-- VERSION | 2 +- package.json | 2 +- test/fixtures/parity-baseline-v1.47.0.0.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 860ebd357..b7c585b7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.50.0.0] - 2026-05-27 +## [1.52.0.0] - 2026-05-27 ## **`/plan-tune` settings actually do something now. Hooks make capture deterministic, preferences binding, and free-text answers loop back as memory.** @@ -12,7 +12,7 @@ The cathedral lands behind one explicit consent prompt at `./setup` (with diff p Measured against the existing v1.49 substrate. Reproduce with `bun test test/plan-tune-gates.test.ts test/question-log-hook.test.ts test/question-preference-hook.test.ts test/memory-cache-injection.test.ts test/distill-free-text.test.ts test/distill-apply.test.ts test/declared-annotation.test.ts test/gstack-codex-session-import.test.ts test/skill-e2e-plan-tune-cathedral.test.ts`. -| Metric | Before (v1.49.0.0) | After (v1.50.0.0) | Δ | +| Metric | Before (v1.49.0.0) | After (v1.52.0.0) | Δ | |---|---|---|---| | AUQ events captured per session | 0 (agent convention) | every fire (hook) | substrate works | | `never-ask` preferences enforced | 0% (agent convention) | 100% (hook + deny+reason) | actually binds | diff --git a/VERSION b/VERSION index d6c236f53..f339f27b1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.50.0.0 +1.52.0.0 diff --git a/package.json b/package.json index 76e45815e..e69ab42fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gstack", - "version": "1.50.0.0", + "version": "1.52.0.0", "description": "Garry's Stack — Claude Code skills + fast headless browser. One repo, one install, entire AI engineering workflow.", "license": "MIT", "type": "module", diff --git a/test/fixtures/parity-baseline-v1.47.0.0.json b/test/fixtures/parity-baseline-v1.47.0.0.json index 27af1ffb0..29d7f40a5 100644 --- a/test/fixtures/parity-baseline-v1.47.0.0.json +++ b/test/fixtures/parity-baseline-v1.47.0.0.json @@ -498,7 +498,7 @@ "descriptionLen": 325, "hasGateEval": true, "hasPeriodicEval": false, - "_baseline_note": "Rebased from 51717 → 64017 in plan-tune cathedral v1.50.0.0 (T13). Cathedral added Dream cycle, Recent auto-decisions, Audit unmarked, Dream cycle review/distill sections — all load-bearing for hook substrate. See CHANGELOG.md [1.50.0.0]." + "_baseline_note": "Rebased from 51717 → 64017 in plan-tune cathedral v1.52.0.0 (T13). Cathedral added Dream cycle, Recent auto-decisions, Audit unmarked, Dream cycle review/distill sections — all load-bearing for hook substrate. See CHANGELOG.md [1.52.0.0]." }, "qa": { "skill": "qa",