mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-23 21:25:02 +00:00
- Added CollectionManager, getMetrics, getHealth exports to index.cjs - Fixed VectorDB/VectorDb naming inconsistency in TypeScript - Added docker test script All exports now working: - VectorDB (vector operations) - CollectionManager (multi-collection support) - getHealth() (health status) - getMetrics() (Prometheus metrics) - version(), hello() (utils) Tested in Docker container: PASSED 🤖 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-docker-package.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.