From 9e3c051d45b20dc422788ff5b7ef13a4672a7ee7 Mon Sep 17 00:00:00 2001 From: rrader2890 Date: Wed, 8 Jul 2026 07:15:56 -0400 Subject: [PATCH] release: v0.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds the SOTA memory surface merged since 0.3.0: - memory.admin.reflect() — insight synthesis - memory.admin.prefetchRelated() — spreading-activation prefetch - context.batchBuild() — bulk context (<=500 subjects) - context.queryGraph() — point-in-time KG reads - 8 previously-unclassified RPCs (typed attributes, healthcare, behavior discovery) now covered. 47 RPCs, 42 covered. Build + typecheck + check:proto green. Co-Authored-By: Claude Opus 4.8 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 02269d2..c7bfc92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thinkfleet/memory-sdk", - "version": "0.3.0", + "version": "0.4.0", "description": "TypeScript SDK for memory.thinkfleet.ai — admin + project memory CRUD, semantic search, feedback, and Lattice behavioral patterns", "type": "module", "main": "./dist/index.cjs",