mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-23 12:55:26 +00:00
Test fixes: - test_version: Updated assertion from "0.1.0" to "0.1.2" to match Cargo.toml - test_tokenize: Fixed assertion - "the" (3 chars) passes > 2 filter - test_mode_collapse_detection: Use truly identical vectors for collapse test Script fix: - sync-lockfile.sh: Handle missing npm directory gracefully 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| 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.