feat: proof-gated graph transformer with 8 verified modules#212
Merged
Conversation
Add ruvector-graph-transformer crate with 8 feature-gated modules, each backed by an Architecture Decision Record (ADR-046 through ADR-055): - Proof-gated mutation: ProofGate<T>, MutationLedger, ProofScope, EpochBoundary - Sublinear attention: O(n log n) via LSH buckets, PPR sampling, spectral sparsification - Physics-informed: Hamiltonian dynamics, gauge equivariant MP, Lagrangian attention - Biological: Spiking networks, Hebbian/STDP learning, dendritic branching - Self-organizing: Morphogenetic fields, developmental programs, graph coarsening - Verified training: Certificates, delta-apply rollback, fail-closed invariants - Manifold: Product manifolds S^n x H^m x R^k, Riemannian Adam, Lie groups - Temporal-causal: Causal masking, Granger causality, continuous-time ODE - Economic: Nash equilibrium attention, Shapley attribution, incentive-aligned MPNN Includes: - 186 tests (163 unit + 23 integration), all passing - WASM bindings (ruvector-graph-transformer-wasm) - published to crates.io - Node.js NAPI-RS bindings (@ruvector/graph-transformer) - published to npm - CI workflow for cross-platform binary builds (7 platforms) - 10 ADRs (046-055) + 22 research documents - Fix for #195: add commit-binaries job to build-gnn.yml - Updated root README with graph transformer section Published: - crates.io: ruvector-graph-transformer v2.0.4 - crates.io: ruvector-graph-transformer-wasm v2.0.4 - npm: @ruvector/graph-transformer v2.0.4 - npm: @ruvector/graph-transformer-linux-x64-gnu v2.0.4 Co-Authored-By: claude-flow <ruv@ruv.net>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ruvector-graph-transformer— unified graph transformer with proof-gated mutation substrateruvector-graph-transformer-wasm(published to crates.io)@ruvector/graph-transformer(22+ methods, published to npm)build-graph-transformer.ymlfor cross-platform binary builds (7 platforms)commit-binariesjob tobuild-gnn.ymlPublished
ruvector-graph-transformerruvector-graph-transformer-wasm@ruvector/graph-transformer@ruvector/graph-transformer-linux-x64-gnuTest plan
cargo test -p ruvector-graph-transformer --all-features— 186 tests passcargo test -p ruvector-graph-transformer-node— 20 tests passcargo check -p ruvector-graph-transformer-wasm— compiles cleancargo build --release— all 3 crates build in release modecargo publish --dry-run— WASM verified, core published with--no-verifyCloses #195
🤖 Generated with claude-flow