feat: v0.57.0 - rename CLI to brainy and Neural Import to Cortex
BREAKING CHANGES: - CLI command renamed from 'cortex' to 'brainy' - Neural Import renamed to Cortex augmentation - Class CortexSenseAugmentation (was NeuralImportSenseAugmentation) Benefits: - npx @soulcraft/brainy now works automatically - Better conceptual clarity: Cortex = AI intelligence layer - Cleaner architecture: CLI = brainy, AI = Cortex, DB = BrainyData
This commit is contained in:
parent
27ce6c242d
commit
bd39b71fbf
9 changed files with 136 additions and 88 deletions
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "@soulcraft/brainy",
|
||||
"version": "0.56.0",
|
||||
"version": "0.57.0",
|
||||
"description": "A vector graph database using HNSW indexing with Origin Private File System storage",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"cortex": "./bin/cortex.js"
|
||||
"brainy": "./bin/brainy.js"
|
||||
},
|
||||
"sideEffects": [
|
||||
"./dist/setup.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue