release: version 3.0.1

Brainy 3.0 Production Release - World's first Triple Intelligence database

- Complete API redesign with add(), find(), update(), delete(), relate()
- Unified vector, graph, and document search in one API
- Zero-config validation system with production-ready type safety
- Advanced neural clustering with comprehensive algorithms
- Built-in augmentation system (cache, display, metrics)
- 100+ comprehensive tests covering all APIs and edge cases

BREAKING CHANGES: All 2.x APIs replaced with new 3.0 syntax
This commit is contained in:
David Snelling 2025-09-15 11:11:52 -07:00
parent d6cb4ac229
commit 4c208ef78d
2 changed files with 20 additions and 2 deletions

View file

@ -1,13 +1,13 @@
{
"name": "@soulcraft/brainy",
"version": "3.0.0",
"version": "3.0.1",
"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",
"types": "dist/index.d.ts",
"type": "module",
"bin": {
"brainy": "./bin/brainy.js"
"brainy": "bin/brainy.js"
},
"sideEffects": [
"./dist/setup.js",