From a6e5c8db89da7761fa6ca31cf9cba904382b74b5 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Fri, 24 Jul 2026 11:35:42 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20drop=20version-trio=20bump=20=E2=80=94?= =?UTF-8?q?=20individual=20fixes=20do=20not=20carry=20version=20bumps=20(r?= =?UTF-8?q?elease=20PRs=20do)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 19 ------------------- VERSION | 2 +- package.json | 2 +- 3 files changed, 2 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 027f2a990..1439ee6b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,25 +2,6 @@ All notable changes to GBrain will be documented in this file. -## [0.42.66.0] - 2026-07-24 - -### Fixed - -- Conversation fact backfills now use versioned, snapshot-bound terminal audit rows as durable page-completion authority, so checkpoint garbage collection cannot make completed pages repeat extraction and model spend. -- Successfully recognized pages with no eligible multi-message segment receive a separate scanned-not-extractable outcome. Parser misses, cleanup failures, provider failures, malformed or refused model output, and insert failures remain unfinished and retryable. -- Database pages bind outcomes to content hash plus effective date; raw transcript sidecars bind them to a SHA-256 digest of parser input and metadata. Under-lock refetch and final snapshot verification prevent concurrent edits, including sub-millisecond writes, from certifying stale work. -- Legacy terminal rows replay once under the strict v2 protocol. A checkpoint without a matching v2 outcome is discarded before delete-first full replay. -- `--limit` is applied after completed pages are filtered, so it caps pages that need work rather than pages merely inspected. -- CLI, cycle details, and doctor now report completed, scanned-not-extractable, and genuinely unfinished pages separately. - -### Documentation - -- Added an operator and maintainer guide for outcome identity, strict success, page and sidecar freshness, concurrency, force replay, checkpoint authority, observability, and focused verification. - -Contributed by @danwiggins. - -No schema migrations. - ## [0.42.65.0] - 2026-07-23 **A large maintenance release: 93 verified fixes and small features merged since v0.42.64.0, most of them community contributions.** diff --git a/VERSION b/VERSION index b079cfa37..bbceec6b1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.42.66.0 \ No newline at end of file +0.42.65.0 \ No newline at end of file diff --git a/package.json b/package.json index 45380ac15..80d1a5e78 100644 --- a/package.json +++ b/package.json @@ -144,7 +144,7 @@ "bun": ">=1.3.10" }, "license": "MIT", - "version": "0.42.66.0", + "version": "0.42.65.0", "overrides": { "@hono/node-server": "^2.0.5", "fast-uri": "^3.1.4",