chore: bump VERSION 1.50.0.0 → 1.52.0.0 (queue collision with #1742)

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) <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-05-27 11:27:09 -07:00
parent ccd95078a8
commit 8ebf24b0bf
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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 |