mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-27 00:25:10 +00:00
New features exposed to Node.js: - CollectionManager: Multi-collection support with aliases - getMetrics(): Prometheus metrics endpoint - getHealth(): Health status with uptime tracking - Filter: Metadata-based search filtering Updates: - Rebuilt Linux x64 and ARM64 binaries with new features - Updated all package versions to 0.1.15 - Enhanced TypeScript definitions with new interfaces - Added commit-binaries job to CI workflow - Fixed macos-15-intel -> macos-13 in CI matrix - Added build scripts in scripts/build/ Note: macOS and Windows binaries will be built by CI 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| build | ||
| check-and-publish-router-wasm.sh | ||
| ci-sync-lockfile.sh | ||
| install-hooks.sh | ||
| publish-crates.sh | ||
| publish-router-wasm.sh | ||
| README.md | ||
| sync-lockfile.sh | ||
| test-all-graph-commands.sh | ||
| test-graph-cli.sh | ||
| validate-packages-simple.sh | ||
| validate-packages.sh | ||
RuVector Automation Scripts
This directory contains automation scripts to streamline development and prevent common issues.
📜 Available Scripts
🔄 sync-lockfile.sh
Automatically syncs package-lock.json with package.json changes.
Usage: ./scripts/sync-lockfile.sh
🪝 install-hooks.sh
Installs git hooks for automatic lock file management.
Usage: ./scripts/install-hooks.sh
🤖 ci-sync-lockfile.sh
CI/CD script for automatic lock file fixing.
Usage: ./scripts/ci-sync-lockfile.sh
🚀 Quick Start
-
Install git hooks (recommended):
./scripts/install-hooks.sh -
Test the hook:
cd npm/packages/ruvector npm install chalk git add package.json git commit -m "test: Add chalk dependency" # Hook automatically updates lock file
See CONTRIBUTING.md for full documentation.