Skip to content

Conversation

@ruvnet
Copy link
Owner

@ruvnet ruvnet commented Feb 8, 2026

Summary

  • Updates @ruvector/graph-node from 0.1.26 to 2.0.2
  • Aligns npm package version with crates.io v2.0.1 release
  • Updates platform dependency versions to match

Related

  • Follows @ruvector/graph-wasm@2.0.2 npm publish

Test Plan

  • GitHub Actions builds multi-platform NAPI-RS binaries
  • Publish to npm on merge

🤖 Generated with Claude Code

Major update integrating all WASM crates from the RuVector ecosystem
into RvLite via feature-gated Cargo dependencies.

Rust crate changes:
- Add 22 optional dependencies behind individual feature flags
- Add composite feature sets: core-plus, ml, advanced-search, full
- Create 12 extension modules under src/extensions/ for GNN, attention,
  delta, learning, math, hyperbolic, nervous-system, sparse-inference,
  DAG, router, HNSW, and SONA
- Update lib.rs with conditional module includes and dynamic feature
  reporting via get_features() and get_module_count()
- Bump version to 0.3.0

NPM package changes:
- Update TypeScript SDK with 15 typed interfaces for all module configs
  (GnnConfig, AttentionConfig, DeltaOp, LearningConfig, MathMetric,
  HyperbolicConfig, NervousSystemConfig, SparseConfig, DagNode,
  RouterConfig, SonaConfig, HnswConfig, ModuleInfo, etc.)
- Add getModules(), getFeatures(), searchWithFilter(), isEmpty(),
  cypherClear(), clearTriples() methods to RvLite class
- Bump package.json to v0.3.0 with expanded keywords

CLI changes:
- Add 'modules' command listing all 22 WASM modules
- Add 'info' command for system information
- Add delta-compute and delta-apply commands
- Add math-distance command (wasserstein, kl, js, hellinger, mahalanobis)
- Add hyperbolic-embed, hyperbolic-search, hyperbolic-midpoint commands
- Add dag-create, dag-add-node, dag-topo-sort, dag-list commands
- Add nervous-simulate command (LIF neuron simulation)
- Add sparse-analyze command (sparsity pattern analysis)
- Add router-route command (embedding-based routing)

README rewrite:
- Complete rewrite documenting all 22 modules, 45+ CLI commands,
  feature flags, composite sets, TypeScript API, build instructions,
  size budget, and supported environments

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant