chore: bump version to 0.1.65

New features in this release:
- 13 new CLI hooks commands (AST, Diff, Coverage, Graph, Security, RAG)
- 16 new MCP tools for Claude Code integration
- Enhanced hooks init with v2.0 templates
- 9-phase pretrain with attention/GNN capabilities
- Comprehensive CLAUDE.md documentation generation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
rUv 2025-12-31 06:04:06 +00:00
parent 085bb0a453
commit fd2ae00caa

View file

@ -1,6 +1,6 @@
{
"name": "ruvector",
"version": "0.1.54",
"version": "0.1.65",
"description": "High-performance vector database for Node.js with automatic native/WASM fallback",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -8,7 +8,7 @@
"ruvector": "./bin/cli.js"
},
"scripts": {
"build": "tsc",
"build": "tsc && cp src/core/onnx/pkg/package.json dist/core/onnx/pkg/",
"prepublishOnly": "npm run build",
"test": "node test/integration.js"
},
@ -38,7 +38,10 @@
"lora",
"ewc",
"adaptive-learning",
"continual-learning"
"continual-learning",
"onnx",
"semantic-embeddings",
"minilm"
],
"author": "ruv.io Team <info@ruv.io> (https://ruv.io)",
"homepage": "https://ruv.io",