From 1b903fe665cc5dd6864a5090745ccb80601da29e Mon Sep 17 00:00:00 2001 From: David Snelling Date: Thu, 3 Sep 2026 12:18:00 -0700 Subject: [PATCH] =?UTF-8?q?docs:=20frozen=20at=2010.4.13=20=E2=80=94=20the?= =?UTF-8?q?=20last=20release=20of=20the=20reference=20implementation;=20th?= =?UTF-8?q?e=20repository=20is=20read-only=20from=20here?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ RELEASES.md | 3 +++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 762c9ec3..fbf129ac 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@

Brainy

+> **Frozen at 10.4.13 (2026-09-03).** This repository is the reference implementation of the Brainy store format and API, +> published under the MIT license. Version 10.4.13 is its last release; the repository is read-only from here. The engine +> continues as `@soulcraft/brainy`, which bundles this layer as owned code; every published version of this package stays +> available on The Source. Use this repository to read a Brainy store independently or to verify the conformance contract. +

Three database paradigms. One API. Zero configuration.
The in-process knowledge database for TypeScript — vector search, graph traversal,
diff --git a/RELEASES.md b/RELEASES.md index c875cb26..64e64873 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,8 @@ # @soulcraft/brainy — Release Notes for Consumers +> **Frozen at 10.4.13 (2026-09-03).** 10.4.13 is the last release of `@soulcraftlabs/brainy`; this repository is read-only from here. +> Release notes for the product engine continue on its own wall. + Machine-readable release notes are published at https://source.soulcraft.com/soulcraftlabs/releases/raw/branch/main/open-brainy.json (this engine) and