rUv
23492ce1a2
refactor: Move /src packages to /npm/packages
...
- Moved agentic-integration to npm/packages/
- Moved burst-scaling to npm/packages/
- Moved cloud-run to npm/packages/
- Removed empty /src directory
Consolidates all npm packages under npm/packages/ for cleaner organization.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 16:58:38 +00:00
rUv
5bf3d42171
fix: Update doc links and move packages to npm/packages
...
- docs/guide/GETTING_STARTED.md → docs/guides/GETTING_STARTED.md
- docs/gnn-layer-implementation.md → docs/gnn/gnn-layer-implementation.md
- Move packages/* to npm/packages/ for consolidation
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 16:54:39 +00:00
github-actions[bot]
5787e86749
chore: Update NAPI-RS binaries for all platforms
...
Built from commit 6a0ce6a637
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-12-02 16:50:57 +00:00
github-actions[bot]
2b8e042203
chore: Update NAPI-RS binaries for all platforms
...
Built from commit 8e7a6d8d8b
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-12-02 16:30:21 +00:00
github-actions[bot]
9696233c7e
chore: Update NAPI-RS binaries for all platforms
...
Built from commit 1cfc29f357
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-12-02 14:59:29 +00:00
github-actions[bot]
fceb666e2f
chore: Update NAPI-RS binaries for all platforms
...
Built from commit 5fbf71449b
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-12-02 04:50:01 +00:00
github-actions[bot]
809d99312e
chore: Update NAPI-RS binaries for all platforms
...
Built from commit 6c00b84e1d
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-12-02 03:36:03 +00:00
rUv
6c00b84e1d
feat(micro-hnsw-wasm): Add Neuromorphic HNSW v2.3 with SNN Integration ( #40 )
...
* docs: Add comprehensive GNN v2 implementation plans
Add 22 detailed planning documents for 19 advanced GNN features:
Tier 1 (Immediate - 3-6 months):
- GNN-Guided HNSW Routing (+25% QPS)
- Incremental Graph Learning/ATLAS (10-100x faster updates)
- Neuro-Symbolic Query Execution (hybrid neural + logical)
Tier 2 (Medium-Term - 6-12 months):
- Hyperbolic Embeddings (Poincaré ball model)
- Degree-Aware Adaptive Precision (2-4x memory reduction)
- Continuous-Time Dynamic GNN (concept drift detection)
Tier 3 (Research - 12+ months):
- Graph Condensation (10-100x smaller graphs)
- Native Sparse Attention (8-15x GPU speedup)
- Quantum-Inspired Attention (long-range dependencies)
Novel Innovations (10 experimental features):
- Gravitational Embedding Fields, Causal Attention Networks
- Topology-Aware Gradient Routing, Embedding Crystallization
- Semantic Holography, Entangled Subspace Attention
- Predictive Prefetch Attention, Morphological Attention
- Adversarial Robustness Layer, Consensus Attention
Includes comprehensive regression prevention strategy with:
- Feature flag system for safe rollout
- Performance baseline (186 tests + 6 search_v2 tests)
- Automated rollback mechanisms
Related to #38
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
* feat(micro-hnsw-wasm): Add neuromorphic HNSW v2.3 with SNN integration
## New Crate: micro-hnsw-wasm v2.3.0
- Published to crates.io: https://crates.io/crates/micro-hnsw-wasm
- 11.8KB WASM binary with 58 exported functions
- Neuromorphic vector search combining HNSW + Spiking Neural Networks
### Core Features
- HNSW graph-based approximate nearest neighbor search
- Multi-distance metrics: L2, Cosine, Dot product
- GNN extensions: typed nodes, edge weights, neighbor aggregation
- Multi-core sharding: 256 cores × 32 vectors = 8K total
### Spiking Neural Network (SNN)
- LIF (Leaky Integrate-and-Fire) neurons with membrane dynamics
- STDP (Spike-Timing Dependent Plasticity) learning
- Spike propagation through graph topology
- HNSW→SNN bridge for similarity-driven neural activation
### Novel Neuromorphic Features (v2.3)
- Spike-Timing Vector Encoding (rate-to-time conversion)
- Homeostatic Plasticity (self-stabilizing thresholds)
- Oscillatory Resonance (40Hz gamma synchronization)
- Winner-Take-All Circuits (competitive selection)
- Dendritic Computation (nonlinear branch integration)
- Temporal Pattern Recognition (spike history matching)
- Combined Neuromorphic Search pipeline
### Performance Optimizations
- 5.5x faster SNN tick (2,726ns → 499ns)
- 18% faster STDP learning
- Pre-computed reciprocal constants
- Division elimination in hot paths
### Documentation & Organization
- Reorganized docs into subdirectories (gnn/, implementation/, publishing/, status/)
- Added comprehensive README with badges, SEO, citations
- Added benchmark.js and test_wasm.js test suites
- Added DEEP_REVIEW.md with performance analysis
- Added Verilog RTL for ASIC synthesis
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
2025-12-01 22:30:15 -05:00
github-actions[bot]
065958288e
chore: Update NAPI-RS binaries for all platforms
...
Built from commit 42a8b148b2
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-12-01 19:42:42 +00:00
github-actions[bot]
82c448baa0
chore: Update NAPI-RS binaries for all platforms
...
Built from commit ef0374893e
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-12-01 18:44:14 +00:00
github-actions[bot]
e891c558f7
chore: Update NAPI-RS binaries for all platforms
...
Built from commit 400a06a7fd
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-12-01 18:37:27 +00:00
github-actions[bot]
2a661c88e1
chore: Update NAPI-RS binaries for all platforms
...
Built from commit f9933debdc
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-12-01 18:21:01 +00:00
github-actions[bot]
2eabede817
chore: Update NAPI-RS binaries for all platforms
...
Built from commit 814679b821
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-12-01 15:47:06 +00:00
rUv
814679b821
feat: Add attention mechanisms documentation and fix CLI bugs
...
- Add comprehensive attention mechanisms section to main README
- Core mechanisms: DotProduct, MultiHead, Flash, Linear, Hyperbolic, MoE
- Graph mechanisms: GraphRoPe, EdgeFeatured, DualSpace, LocalGlobal
- Hyperbolic math functions table
- Async/batch operations table
- CLI and JavaScript API examples
- Fix CLI bugs in ruvector@0.1.26:
- Fix benchmark command: use compute() instead of forward()
- Fix doctor command: handle null reference on getVersion()
- Update npm packages section:
- Add @ruvector/attention to published packages
- Add attention platform bindings
- Update "Coming Soon" to "Ready to Publish":
- 8 WASM packages ready (core, gnn, graph, attention, tiny-dancer, router)
- cluster and server packages ready
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-01 15:41:17 +00:00
github-actions[bot]
71d86cc6e3
chore: Update NAPI-RS binaries for all platforms
...
Built from commit ac14431b32
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-11-30 22:28:22 +00:00
github-actions[bot]
fbde10c7f1
chore: Update NAPI-RS binaries for all platforms
...
Built from commit a9c3d4abd9
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-11-30 22:16:51 +00:00
rUv
a9c3d4abd9
feat: Integrate @ruvector/attention as optional re-export from @ruvector/core
...
- Add @ruvector/attention as optional dependency
- Re-export attention module when installed
- Add VectorDB alias for compatibility
- Bump version to 0.1.16
Usage:
const { VectorDB, attention } = require('@ruvector/core');
const dpa = new attention.DotProductAttention(64);
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-30 22:13:06 +00:00
github-actions[bot]
b29e427a7c
chore: Update NAPI-RS binaries for all platforms
...
Built from commit 693d3c1ad9
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-11-30 22:04:34 +00:00
github-actions[bot]
6693abef09
chore: Update NAPI-RS binaries for all platforms
...
Built from commit fdf3e71246
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-11-30 21:42:20 +00:00
github-actions[bot]
5e65e1f12d
chore: Update NAPI-RS binaries for all platforms
...
Built from commit f62e7dded2
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-11-30 21:35:09 +00:00
github-actions[bot]
2a18273c99
chore: Update NAPI-RS binaries for all platforms
...
Built from commit 114a8d8bdd
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-11-29 23:24:12 +00:00
github-actions[bot]
6e4e0a5b28
chore: Update NAPI-RS binaries for all platforms
...
Built from commit 77825327df
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-11-29 23:14:59 +00:00
github-actions[bot]
5c4920ba52
chore: Update NAPI-RS binaries for all platforms
...
Built from commit 4d469cf522
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-11-29 22:42:36 +00:00
github-actions[bot]
605abb4bb5
chore: Update NAPI-RS binaries for all platforms
...
Built from commit 1d186d299e
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-11-29 22:38:44 +00:00
github-actions[bot]
3f35988465
chore: Update NAPI-RS binaries for all platforms
...
Built from commit ec6daecafb
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-11-29 14:22:17 +00:00
github-actions[bot]
f92dc5b48d
chore: Update NAPI-RS binaries for all platforms
...
Built from commit 7ff0ef4017
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-11-28 21:40:15 +00:00
github-actions[bot]
0846de2c6c
chore: Update NAPI-RS binaries for all platforms
...
Built from commit 8f45a54d9f
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-11-28 13:52:55 +00:00
github-actions[bot]
2cd8cb4a3b
chore: Update NAPI-RS binaries for all platforms
...
Built from commit b337d3b85e
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-11-27 22:14:52 +00:00
github-actions[bot]
8c023e3922
chore: Update NAPI-RS binaries for all platforms
...
Built from commit c0dc5ca0f0
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-11-27 15:54:32 +00:00
rUv
c0dc5ca0f0
Merge pull request #21 from ruvnet/feat/implement-cli-placeholders
...
feat: Add NAPI-RS npm packages for tiny-dancer and router
2025-11-27 10:47:57 -05:00
rUv
ec7571684b
feat: Add platform-specific npm packages for multi-platform support
...
Add package.json templates for all platform-specific native bindings:
tiny-dancer platforms:
- @ruvector/tiny-dancer-linux-x64-gnu
- @ruvector/tiny-dancer-linux-arm64-gnu
- @ruvector/tiny-dancer-darwin-x64
- @ruvector/tiny-dancer-darwin-arm64
- @ruvector/tiny-dancer-win32-x64-msvc
router platforms:
- @ruvector/router-linux-x64-gnu
- @ruvector/router-linux-arm64-gnu
- @ruvector/router-darwin-x64
- @ruvector/router-darwin-arm64
- @ruvector/router-win32-x64-msvc
Published to npm:
- @ruvector/tiny-dancer@0.1.15
- @ruvector/tiny-dancer-linux-x64-gnu@0.1.15
- @ruvector/router@0.1.15
- @ruvector/router-linux-x64-gnu@0.1.15
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 15:25:00 +00:00
rUv
3a8c14eefc
feat: Add NAPI-RS npm packages for tiny-dancer and router
...
- Create @ruvector/tiny-dancer npm package with platform-specific bindings
- Create @ruvector/router npm package with VectorDb for semantic search
- Add NAPI-RS build configuration for both crates
- Add GitHub Actions workflows for multi-platform builds (linux, darwin, windows)
- Include TypeScript definitions and comprehensive tests
- Support local .node file loading for development
Platform support:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 05:55:06 +00:00
github-actions[bot]
94252bfd80
chore: Update NAPI-RS binaries for all platforms
...
Built from commit 9f32427f31
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-11-27 05:25:25 +00:00
rUv
9f32427f31
feat: Add CLI commands for doctor, setup, graph, router, server, cluster, export/import, embed, demo
...
- doctor: Check system health and dependencies
- setup: Show installation and setup instructions
- graph: Graph database operations (requires @ruvector/graph-node)
- router: AI semantic router operations
- server: HTTP/gRPC server (coming soon)
- cluster: Distributed cluster operations (coming soon)
- export/import: Database backup and restore
- embed: Generate embeddings from text (coming soon)
- demo: Interactive tutorials for basic, GNN, graph, benchmark
Bumped version to 0.1.24
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 05:21:13 +00:00
github-actions[bot]
e39f7f63b6
chore: Update NAPI-RS binaries for all platforms
...
Built from commit 2ea884b307
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-11-27 04:31:42 +00:00
rUv
2ea884b307
feat: Add persistence support and Cypher queries to @ruvector/graph-node
...
- Add persistence support using redb storage backend
- Add GraphDatabase.open() factory method for opening existing databases
- Add isPersistent() and getStoragePath() methods
- Update TypeScript definitions with all new APIs
- Add benchmark suite (131K+ ops/sec batch inserts)
- Add comprehensive test suite with persistence tests
- Add GitHub workflow for multi-platform builds
- Fix sync-lockfile.sh working directory bug
- Publish @ruvector/graph-node@0.1.15 to npm
- Publish @ruvector/graph-node-linux-x64-gnu@0.1.15 to npm
Performance benchmarks:
- Node Creation: 9.17K ops/sec
- Batch Node Creation: 131.10K ops/sec
- Edge Creation: 9.30K ops/sec
- Vector Search (k=10): 2.35K ops/sec
- k-hop Traversal: 10.28K ops/sec
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 04:26:50 +00:00
github-actions[bot]
e21d7f1815
chore: Update NAPI-RS binaries for all platforms
...
Built from commit 40cad61925
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-11-27 03:57:17 +00:00
github-actions[bot]
69b5d78c5d
chore: Update NAPI-RS binaries for all platforms
...
Built from commit 75db9796f8
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-11-27 03:55:25 +00:00
github-actions[bot]
e7123fbc86
chore: Update NAPI-RS binaries for all platforms
...
Built from commit ca42bc0c45
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-11-27 03:21:50 +00:00
rUv
2bdee0b357
docs: Enhance npm package SEO and README for v0.1.22
...
- Added 50+ SEO keywords covering emerging trends (agentic-ai, rag,
llm-router, langchain, multi-agent, etc.)
- Added homepage, bugs, and funding fields to package.json
- Comprehensive README update with:
- "Why RuVector?" section for agentic AI era
- Complete RAG example with OpenAI embeddings
- Knowledge graph examples with Cypher queries
- GNN self-learning search examples
- AI agent routing (Tiny Dancer) examples
- Compression tier examples
- LangChain/LlamaIndex integration guides
- Semantic caching use case
- Agentic AI/Multi-agent systems examples
- Extended comparison table (added Milvus, Weaviate)
- Platform support table (Cloudflare Workers, Vercel Edge, etc.)
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 23:56:21 +00:00
rUv
834daa3cbe
chore: Bump ruvector npm package to v0.1.21
...
- Updated README with comprehensive documentation
- Published to npm registry
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 23:09:14 +00:00
rUv
9f9bbb0a3c
docs: Update npm/ruvector README to match main project style
...
- Align with main README.md format and content
- Focus on npm/npx usage and JavaScript examples
- Add comprehensive feature tables and benchmarks
- Include all npm package references (@ruvector/*)
- Add TypeScript API reference for main classes
- Include use cases (RAG, recommendations, semantic search)
- Add architecture diagram and comparison table
- Link to GitHub documentation
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 23:00:34 +00:00
github-actions[bot]
5ad729b913
chore: Update NAPI-RS binaries for all platforms
...
Built from commit 90705ff34a
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-11-26 20:01:44 +00:00
rUv
3aa030169e
fix: Update npm workspace package-lock.json for v0.1.15
...
Sync package-lock.json with optionalDependencies version 0.1.15.
This fixes the CI npm ci failure caused by version mismatch between
package.json (0.1.15) and package-lock.json (0.1.2).
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 19:48:53 +00:00
rUv
ff87ffc086
fix: Export new NAPI functions in native wrapper
...
- 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>
2025-11-26 19:05:00 +00:00
rUv
69fda3e54d
chore: Update NAPI-RS binaries for all platforms
...
Built from CI workflow run #19714285543
Platform binaries updated:
- linux-x64-gnu: 5.3 MB
- linux-arm64-gnu: 4.4 MB
- darwin-x64: 4.7 MB
- darwin-arm64: 4.1 MB
- win32-x64-msvc: 4.6 MB (NEW)
All binaries include new features:
- CollectionManager for multi-collection support
- getMetrics() for Prometheus metrics
- getHealth() for health status
- Filter for metadata-based search
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 18:56:03 +00:00
rUv
f7506f812d
feat: Update NAPI-RS bindings with new capabilities (v0.1.15)
...
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>
2025-11-26 18:47:48 +00:00
rUv
02456e1d05
fix: Correct WASM build path and security audit workflow
...
- Fix build:wasm script path: use ../../../crates instead of ../../crates
(npm/packages/graph-wasm is 3 levels deep from root)
- Run cargo audit from workspace root with -p flag to find Cargo.lock
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 15:29:51 +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
fc102b19ef
fix: Sync npm/package-lock.json with workspace dependencies
...
The lockfile was missing entries for @ruvector/graph-node, @ruvector/graph-wasm,
wasm-pack, and related transitive dependencies. Running `npm install` in the
npm workspace regenerated the lockfile with all required dependencies.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 15:16:33 +00:00