Initial commit: Brainy - Multi-Dimensional AI Database

Open source vector database with HNSW indexing, graph relationships,
and metadata facets. Features CLI with professional augmentation registry
integration for discovering extensions and capabilities.
This commit is contained in:
David Snelling 2025-08-18 17:35:06 -07:00
commit f8c45f2d8d
448 changed files with 103294 additions and 0 deletions

12
scripts/publish-cli.js Executable file
View file

@ -0,0 +1,12 @@
#!/usr/bin/env node
/**
* DEPRECATED: Script to build and publish both the main package and CLI package
*
* This script is no longer functional as the CLI package has been removed.
* Use 'npm publish' directly to publish the main package only.
*/
console.error('This script is deprecated. The CLI package has been removed.')
console.error('To publish the main package only, use: npm publish')
process.exit(1)