ruvector/.github/workflows
rUv 3c94ceef2d fix: Resolve ruvector-graph-node NAPI compilation errors
- Remove async from &mut self methods in streaming.rs (NAPI limitation)
- Remove Debug derive from structs with Float32Array (not impl Debug)
- Remove Clone derive from string_enum types (conflicting implementations)
- Change Option<f32> to Option<f64> in JS types (NAPI doesn't support f32)
- Add f32/f64 conversions between JS layer and core Rust library
- Change avg_degree from f32 to f64 in JsGraphStats

These fixes allow the ruvector-graph-node crate to compile successfully.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 16:05:46 +00:00
..
agentic-synth-ci.yml test: Add live API testing and CI/CD workflow 2025-11-21 22:26:47 +00:00
build-native.yml feat: Add Neo4j-compatible hypergraph database package (ruvector-graph) 2025-11-25 23:11:54 +00:00
validate-lockfile.yml feat: Add automated package-lock.json sync tooling 2025-11-25 21:24:14 +00:00