From a18cfe5307462e52edec6da7b753d595c3832dc6 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Thu, 13 Aug 2026 15:35:27 -0700 Subject: [PATCH] chore: re-bump to v0.45.12.0 (user-pinned past the contested 0.45.11.0 slot) Two sibling PRs already claim 0.45.11.0; pinning one slot higher avoids a second merge-race re-bump. All version locations move together: VERSION, package.json, CHANGELOG entry header, openclaw.plugin.json, bootstrap runbook stamp, regenerated template stamp, CLAUDE.md example cell, llms bundle. Co-Authored-By: Claude Fable 5 --- BOOTSTRAP_FOR_AGENTS.md | 2 +- CHANGELOG.md | 4 ++-- CLAUDE.md | 2 +- VERSION | 2 +- llms-full.txt | 2 +- openclaw.plugin.json | 2 +- package.json | 2 +- templates/bootstrap/template-repo/README.md | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/BOOTSTRAP_FOR_AGENTS.md b/BOOTSTRAP_FOR_AGENTS.md index 940be0fb2..9cfc42056 100644 --- a/BOOTSTRAP_FOR_AGENTS.md +++ b/BOOTSTRAP_FOR_AGENTS.md @@ -1,4 +1,4 @@ - + diff --git a/CHANGELOG.md b/CHANGELOG.md index 476279799..59cbed773 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to GBrain will be documented in this file. -## [0.45.11.0] - 2026-08-13 +## [0.45.12.0] - 2026-08-13 **Hermes joins the tested-install club: a real-binary harness now proves gbrain works inside Hermes, and `gbrain friction diff` tells you whether an install problem is the agent's or ours.** @@ -22,7 +22,7 @@ the registry, the new `gbrain friction diff --base openclaw --compare hermes` tu friction reports into a comparison instrument: pain unique to one agent is that agent's contract problem; pain common to both is ours. -## To take advantage of v0.45.11.0 +## To take advantage of v0.45.12.0 `gbrain upgrade` is enough — no schema migration. diff --git a/CLAUDE.md b/CLAUDE.md index 869c40eb2..648b69cca 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -506,7 +506,7 @@ four numeric segments are required first. Historical 3-segment versions | `CHANGELOG.md` | Top entry header `## [0.31.4.1] - YYYY-MM-DD` plus the "To take advantage of v0.31.4.1" block. | Standard Keep-a-Changelog header. | | `TODOS.md` | Any TODO entries that mention "follow-up from vX.Y.Z.W" use the version of the release that filed them. Update only when filing NEW follow-up TODOs. | Inline `vX.Y.Z.W` references in TODO bodies. | | `CLAUDE.md` | The Key Files section's per-file annotations carry `vX.Y.Z.W (#NNN)` tags noting which release introduced a behavior. Update whenever a wave's annotations get folded in. | Inline `vX.Y.Z.W (#NNN, contributed by @user)` references. | -| `openclaw.plugin.json` | OpenClaw plugin manifest (v0.45.6.0, #4033). Hand-maintained; `test/openclaw-plugin-manifest.test.ts` fails the suite if it drifts from `package.json`. Merges from master auto-resolve it to master's version — re-bump it with the trio. | `"version": "0.45.11.0"` | +| `openclaw.plugin.json` | OpenClaw plugin manifest (v0.45.6.0, #4033). Hand-maintained; `test/openclaw-plugin-manifest.test.ts` fails the suite if it drifts from `package.json`. Merges from master auto-resolve it to master's version — re-bump it with the trio. | `"version": "0.45.12.0"` | | `BOOTSTRAP_FOR_AGENTS.md` | Runbook stamp on line 1. `scripts/check-bootstrap-tag.sh` (in `bun run verify` + CI) fails when it drifts from `VERSION`; refresh it in the same commit as the bump. | `` | | `templates/bootstrap/template-repo/` | Vendored template tree with an embedded version stamp. Auto-derived, but NOT by `bun install`: run `bun run scripts/generate-template-repo.ts --out templates/bootstrap/template-repo` after the bump; `scripts/check-bootstrap-templates.sh` fails CI on drift. | `` in generated files. | diff --git a/VERSION b/VERSION index 0a5219d6c..2faa506ea 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.45.11.0 \ No newline at end of file +0.45.12.0 \ No newline at end of file diff --git a/llms-full.txt b/llms-full.txt index f2d8d54dc..298906959 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -661,7 +661,7 @@ four numeric segments are required first. Historical 3-segment versions | `CHANGELOG.md` | Top entry header `## [0.31.4.1] - YYYY-MM-DD` plus the "To take advantage of v0.31.4.1" block. | Standard Keep-a-Changelog header. | | `TODOS.md` | Any TODO entries that mention "follow-up from vX.Y.Z.W" use the version of the release that filed them. Update only when filing NEW follow-up TODOs. | Inline `vX.Y.Z.W` references in TODO bodies. | | `CLAUDE.md` | The Key Files section's per-file annotations carry `vX.Y.Z.W (#NNN)` tags noting which release introduced a behavior. Update whenever a wave's annotations get folded in. | Inline `vX.Y.Z.W (#NNN, contributed by @user)` references. | -| `openclaw.plugin.json` | OpenClaw plugin manifest (v0.45.6.0, #4033). Hand-maintained; `test/openclaw-plugin-manifest.test.ts` fails the suite if it drifts from `package.json`. Merges from master auto-resolve it to master's version — re-bump it with the trio. | `"version": "0.45.11.0"` | +| `openclaw.plugin.json` | OpenClaw plugin manifest (v0.45.6.0, #4033). Hand-maintained; `test/openclaw-plugin-manifest.test.ts` fails the suite if it drifts from `package.json`. Merges from master auto-resolve it to master's version — re-bump it with the trio. | `"version": "0.45.12.0"` | | `BOOTSTRAP_FOR_AGENTS.md` | Runbook stamp on line 1. `scripts/check-bootstrap-tag.sh` (in `bun run verify` + CI) fails when it drifts from `VERSION`; refresh it in the same commit as the bump. | `` | | `templates/bootstrap/template-repo/` | Vendored template tree with an embedded version stamp. Auto-derived, but NOT by `bun install`: run `bun run scripts/generate-template-repo.ts --out templates/bootstrap/template-repo` after the bump; `scripts/check-bootstrap-templates.sh` fails CI on drift. | `` in generated files. | diff --git a/openclaw.plugin.json b/openclaw.plugin.json index e09b21768..c29173ea4 100644 --- a/openclaw.plugin.json +++ b/openclaw.plugin.json @@ -1,7 +1,7 @@ { "id": "gbrain-context-engine", "name": "gbrain", - "version": "0.45.11.0", + "version": "0.45.12.0", "description": "Personal knowledge brain with Postgres + pgvector hybrid search", "family": "bundle-plugin", "configSchema": { diff --git a/package.json b/package.json index 4fa067c26..66e8a23c8 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,7 @@ "bun": ">=1.3.10" }, "license": "MIT", - "version": "0.45.11.0", + "version": "0.45.12.0", "overrides": { "@hono/node-server": "^2.0.5", "fast-uri": "^3.1.5", diff --git a/templates/bootstrap/template-repo/README.md b/templates/bootstrap/template-repo/README.md index a8012f374..8115f6bf2 100644 --- a/templates/bootstrap/template-repo/README.md +++ b/templates/bootstrap/template-repo/README.md @@ -1,6 +1,6 @@ # gbrain agent workspace — template - + This repository is the **"Use this template"** distribution artifact for a [gbrain](https://github.com/garrytan/gbrain) personal-agent workspace — the same