From 292be1b9cdaab21ae881dfb2b71e2bd8eaee350a Mon Sep 17 00:00:00 2001 From: David Snelling Date: Thu, 4 Dec 2025 12:55:35 -0800 Subject: [PATCH] chore(release): 6.3.0 - singleton GraphAdjacencyIndex architecture fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Critical architectural fix for VFS tree corruption bug: - GraphAdjacencyIndex singleton via storage.getGraphIndex() - Auto-rebuild verbIdSet when LSM-trees have existing data - Removed dual-ownership causing verbIdSet out of sync - PathResolver cache invalidation on checkout/fork 🤖 Generated with Claude Code Co-Authored-By: Claude --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index fd532451..ada6d6d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@soulcraft/brainy", - "version": "6.2.9", + "version": "6.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@soulcraft/brainy", - "version": "6.2.9", + "version": "6.3.0", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.540.0", diff --git a/package.json b/package.json index 1349c49d..30442200 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soulcraft/brainy", - "version": "6.2.9", + "version": "6.3.0", "description": "Universal Knowledge Protocol™ - World's first Triple Intelligence database unifying vector, graph, and document search in one API. Stage 3 CANONICAL: 42 nouns × 127 verbs covering 96-97% of all human knowledge.", "main": "dist/index.js", "module": "dist/index.js",