rUv
526b7adac1
chore: Update workspace version to 0.1.2 and simplify CI workflow
...
- Bump workspace version from 0.1.1 to 0.1.2
- Simplify build-native.yml workflow (remove duplicate graph build job)
- Update Cargo.lock with latest dependencies
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 17:43:34 +00:00
rUv
eef6778839
fix: Resolve CI build failures
...
- Format all Rust code with cargo fmt
- Generate Cargo.lock for security audit
- Add build:wasm script to graph-wasm package.json
- Update npm/package-lock.json
The CI was failing due to:
1. Rust code formatting check failures
2. Missing Cargo.lock file for cargo audit
3. Missing build:wasm script expected by graph-ci.yml workflow
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 15:25:47 +00:00
rUv
6902abce68
chore: Rename router-* crates to ruvector-router-* and publish all
...
Renamed all router crates with ruvector- prefix to avoid naming conflicts:
- router-core → ruvector-router-core
- router-cli → ruvector-router-cli
- router-ffi → ruvector-router-ffi
- router-wasm → ruvector-router-wasm
Published to crates.io:
✅ ruvector-core v0.1.1 (already published)
✅ ruvector-node v0.1.1 (already published)
✅ ruvector-cli v0.1.1 (already published)
✅ ruvector-wasm v0.1.1 (already published)
✅ ruvector-router-core v0.1.1 (NEW!)
✅ ruvector-router-cli v0.1.1 (NEW!)
✅ ruvector-router-ffi v0.1.1 (NEW!)
✅ ruvector-router-wasm v0.1.1 (NEW!)
Changes:
- Updated workspace Cargo.toml with new crate names
- Updated all Cargo.toml package names
- Fixed all dependency references
- Updated module imports in source code
- Configured cargo credentials from .env
All 8 crates now published and available!
🤖 Generated with Claude Code
2025-11-21 15:13:26 +00:00