From bb38cacb9b001b8145e93da307532d866aee967a Mon Sep 17 00:00:00 2001 From: David Snelling Date: Thu, 28 Aug 2025 15:14:14 -0700 Subject: [PATCH] chore(release): 2.6.0 ### Features * restore listAugmentations() functionality and add metadata support ([7e9fe22](https://github.com/soulcraftlabs/brainy/commit/7e9fe22)) * enable IntelligentVerbScoring by default as core functionality ([134add7](https://github.com/soulcraftlabs/brainy/commit/134add7)) ### Bug Fixes * fix listAugmentations() to return actual augmentation data instead of empty array * enable IntelligentVerbScoring by default for better relationship quality out of the box * add category and description metadata to augmentation classes * enhance augmentation discovery and management capabilities ### BREAKING CHANGES * IntelligentVerbScoring is now enabled by default (can still be explicitly disabled) --- 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 664dc8d2..34c09853 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@soulcraft/brainy", - "version": "2.5.0", + "version": "2.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@soulcraft/brainy", - "version": "2.5.0", + "version": "2.6.0", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.540.0", diff --git a/package.json b/package.json index 14beffc5..9d822d3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soulcraft/brainy", - "version": "2.5.0", + "version": "2.6.0", "description": "Universal Knowledge Protocol™ - World's first Triple Intelligence database unifying vector, graph, and document search in one API. 31 nouns × 40 verbs for infinite expressiveness.", "main": "dist/index.js", "module": "dist/index.js",