Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
613 commits
Select commit Hold shift + click to select a range
313a190
feat(hooks): Add PostgreSQL storage with JSON fallback
claude Dec 27, 2025
0457a27
feat(hooks): Complete feature parity and add PostgreSQL support
claude Dec 27, 2025
a38bebe
fix(hooks): Make init create .claude/settings.json in both CLIs
claude Dec 27, 2025
3328664
perf(hooks): Add LRU cache, compression, shell completions
claude Dec 27, 2025
8a20c13
fix(hooks): Add Windows compatibility for home directory detection
claude Dec 27, 2025
46cac04
feat(nervous-system): Complete bio-inspired neural architecture imple…
claude Dec 28, 2025
35c957c
chore: Update intelligence learning data from nervous system swarm se…
claude Dec 28, 2025
92fb0dd
fix(hdc): Correct HYPERVECTOR_U64_LEN to 157 for 10,000 bit storage
claude Dec 28, 2025
2303cc4
docs(nervous-system): Add tiered examples and comprehensive documenta…
claude Dec 28, 2025
130c629
perf(nervous-system): Optimize HDC bundle and WTA competition
claude Dec 28, 2025
b212bdb
fix(nervous-system): Fix test thresholds and biological parameters
claude Dec 28, 2025
23f8f5f
fix(tests): Relax test thresholds for CI compatibility
claude Dec 28, 2025
ca80d29
perf(nervous-system): Optimize HDC and replace placeholder tests
claude Dec 28, 2025
81b22c4
feat(nervous-system): Add CircadianController and fix all doc tests
claude Dec 28, 2025
91e88ab
feat(nervous-system): Security hardening + NervousSystemMetrics
claude Dec 28, 2025
4b52a36
feat(nervous-system): Add security hardening and restraint metrics
claude Dec 28, 2025
fbdc349
refactor(examples): Consolidate tier examples into unified folder
claude Dec 28, 2025
84bda9c
feat(nervous-system): Add Tier 4 SOTA examples and improve documentation
claude Dec 28, 2025
5a8802b
Merge pull request #88 from ruvnet/claude/nervous-system-architecture…
ruvnet Dec 28, 2025
0cb020e
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Dec 28, 2025
b340971
Merge origin/main into claude/implement-hooks-docs-FXQ35
claude Dec 28, 2025
3ba8d2d
docs: Add Self-Learning Intelligence Hooks section to README
claude Dec 28, 2025
b21f207
docs: Add simpler introduction for Self-Learning Hooks
claude Dec 28, 2025
5b1996a
docs: Add technical details and architecture to Hooks section
claude Dec 28, 2025
7fa4510
fix: Add missing Stop and PreCompact hooks to init
claude Dec 28, 2025
31f9908
feat: Add comprehensive Claude Code hook coverage with optimizations
claude Dec 28, 2025
26c75dc
docs: Update README with new hooks commands and fix typo
claude Dec 28, 2025
d1e48f2
fix: Fix postgres feature compilation errors
claude Dec 29, 2025
0d7dfa0
feat: Add --postgres flag to hooks init for automatic schema setup
claude Dec 29, 2025
49a8653
feat: Add Claude Code v2.0.55+ feature integrations
claude Dec 29, 2025
64d1da0
chore: Update settings.json to use Rust CLI hooks
claude Dec 29, 2025
c76ee1b
docs: Update README with 34 commands and v2.0.55+ features
claude Dec 29, 2025
d313d2d
feat(npm): Add Claude Code v2.0.55+ commands to npm CLI
claude Dec 29, 2025
8aa59c9
Merge pull request #87 from ruvnet/claude/implement-hooks-docs-FXQ35
ruvnet Dec 29, 2025
2ae83bd
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Dec 29, 2025
f1e1f18
merge: incorporate changes from main branch
ruvnet Dec 29, 2025
8ed9ac3
fix(ci): correct rust-toolchain action and npm install flags
ruvnet Dec 29, 2025
d01b6e4
fix(ci): use npm workspaces correctly for hooks-ci
ruvnet Dec 29, 2025
55cd0ce
style: run cargo fmt across all crates
ruvnet Dec 29, 2025
aa78053
fix(ci): install CLI deps independently from workspace
ruvnet Dec 29, 2025
964d6dc
fix(ci): install CLI deps in /tmp to escape workspace
ruvnet Dec 29, 2025
18e7c91
fix(ci): use --memory-type flag for hooks remember command
ruvnet Dec 29, 2025
2aac3e6
Merge pull request #85 from ruvnet/fix/ci-build-issues
ruvnet Dec 29, 2025
4bea76d
chore(npm): bump @ruvector/cli to v0.1.28
ruvnet Dec 29, 2025
5699686
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Dec 29, 2025
e732f12
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Dec 29, 2025
60dc662
fix(node): remove ESM type declaration for NAPI-RS compatibility
ruvnet Dec 29, 2025
3c31c65
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Dec 29, 2025
10fbe57
chore(npm): bump @ruvector/core to v0.1.29
ruvnet Dec 29, 2025
749027e
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Dec 29, 2025
7ec696c
chore(crates): add missing metadata for crates.io publishing
ruvnet Dec 29, 2025
ae4915d
chore(crates): add version specs for crates.io publishing
ruvnet Dec 29, 2025
7cb6cee
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Dec 29, 2025
61f1eee
feat(npm): add hooks support to ruvector package
ruvnet Dec 29, 2025
0a6608b
chore(npm): add dist files for ruvector publish
ruvnet Dec 29, 2025
2c9b784
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Dec 29, 2025
87441ca
docs(dag): add comprehensive Neural DAG Learning implementation plan
claude Dec 29, 2025
394c3e4
docs: update CLAUDE.md with RuVector hooks config, add hooks to npm R…
ruvnet Dec 29, 2025
2748f22
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Dec 29, 2025
bc4e63d
feat(dag): implement Neural Self-Learning DAG with QuDAG integration
claude Dec 29, 2025
a90dd92
feat(dag-wasm): add minimal WASM build for browser/embedded
claude Dec 29, 2025
b2fbd2b
docs(postgres): add Neural DAG Learning section to README
claude Dec 29, 2025
44475ce
feat(dag): add exotic examples - coherence-sensing substrates
claude Dec 29, 2025
cc18f19
feat(dag): add federated coherence network example
claude Dec 29, 2025
d35e590
fix(dag): resolve compilation errors and API mismatches
claude Dec 30, 2025
d767cbb
chore(dag): optimize codebase - fix warnings and format code
claude Dec 30, 2025
8c96eff
feat(dag): add synthetic haptic system example
claude Dec 30, 2025
0d7c17c
docs(dag): add README documentation for examples
claude Dec 30, 2025
c8f6ede
security(crypto): fix critical vulnerabilities in placeholder crypto
claude Dec 30, 2025
c65012c
test(dag): fix integration tests for API correctness
claude Dec 30, 2025
b20c935
feat(crypto): integrate pqcrypto-dilithium and pqcrypto-kyber
claude Dec 30, 2025
3f65afd
feat: Update intelligence patterns and trajectories for improved comm…
ruvnet Dec 30, 2025
7f7c069
Merge branch 'main' of https://github.com/ruvnet/ruvector
ruvnet Dec 30, 2025
0e26e47
Remove research notes on subpolynomial-time dynamic minimum cut algor…
ruvnet Dec 30, 2025
c3e4791
feat: Add comprehensive package test suite script
ruvnet Dec 30, 2025
5223916
ci: remove PostgreSQL version tests before 17
ruvnet Dec 30, 2025
37a74f9
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Dec 30, 2025
275d5e6
ci: fix benchmarks by installing PostgreSQL 17 and pgrx
ruvnet Dec 30, 2025
94f40cb
fix: add patches README and fix rust formatting
ruvnet Dec 30, 2025
7d69d11
docs: improve ruvector-dag README introduction
ruvnet Dec 30, 2025
4344da3
docs: add ruvector-dag section to main README
ruvnet Dec 30, 2025
2e4df3c
Merge pull request #89 from ruvnet/claude/explore-dag-optimization-1O4jg
ruvnet Dec 30, 2025
4a1d942
feat(npm): add @ruvector/rudag package with WASM and IndexedDB
ruvnet Dec 30, 2025
ec73fed
security: fix vulnerabilities and optimize rudag package
ruvnet Dec 30, 2025
0d51613
fix(rudag): correct package.json exports to match actual build output
ruvnet Dec 30, 2025
7f08968
docs(rudag): add comprehensive README with tutorials and integrations
ruvnet Dec 30, 2025
e2ceaf7
docs(rudag): add badges to README
ruvnet Dec 30, 2025
5901509
docs(rudag): fix CLI usage - rudag vs npx @ruvector/rudag
ruvnet Dec 30, 2025
4b399ce
docs(rudag): simplify introduction with relatable examples
ruvnet Dec 30, 2025
ecfdf96
docs(rudag): add Key Capabilities section highlighting self-learning
ruvnet Dec 30, 2025
2ae7b08
docs(rudag): enhanced introduction with better visuals and clarity
ruvnet Dec 30, 2025
e3a45b2
chore(rudag): SEO optimize package.json for npm discoverability
ruvnet Dec 30, 2025
6691129
chore(rudag): add LICENSE file
ruvnet Dec 30, 2025
8e78c9e
docs(rudag): add comparison table vs graphlib, dagre, d3-dag
ruvnet Dec 30, 2025
437fa6d
fix(rudag): include WASM binaries in npm package
ruvnet Dec 30, 2025
415f08a
chore(rudag): add .npmkeep to preserve WASM directories
ruvnet Dec 30, 2025
bd3c569
docs(ruvector): add Self-Learning Hooks section to README
ruvnet Dec 30, 2025
9e2a24b
feat(npm): add hooks support to ruvector package
ruvnet Dec 30, 2025
6d79151
docs: update CLAUDE.md with RuVector hooks config, add hooks to npm R…
ruvnet Dec 30, 2025
96692c7
fix(npm): hooks init now generates npx ruvector commands
ruvnet Dec 30, 2025
be70b06
fix(hooks): update to new Claude Code hooks format
ruvnet Dec 30, 2025
68dadb6
docs: update CLAUDE.md with new hooks format
ruvnet Dec 30, 2025
b0c1f2c
fix(hooks): correct hooks format - string matcher, hooks wrapper
ruvnet Dec 30, 2025
10bba36
docs: fix hooks format in CLAUDE.md
ruvnet Dec 30, 2025
991c599
fix(postgres): fix chrono and timestamp compilation errors
ruvnet Dec 30, 2025
f3d691a
chore: sync settings and dependencies
ruvnet Dec 30, 2025
c46bec4
Merge pull request #90 from ruvnet/feature/rudag-npm-package
ruvnet Dec 30, 2025
70dc24d
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Dec 30, 2025
bde2de7
chore: remove duplicate npm/ruvector directory
ruvnet Dec 30, 2025
5effc17
fix(hooks): init command now fixes invalid schema and hook names
ruvnet Dec 30, 2025
c961cbc
feat(hooks): init command now creates CLAUDE.md with RuVector documen…
ruvnet Dec 30, 2025
598e2a1
Merge pull request #91 from ruvnet/cleanup/remove-duplicate-npm-ruvector
ruvnet Dec 30, 2025
7de5414
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Dec 30, 2025
345e8a4
feat(hooks): enhanced init with full configuration
ruvnet Dec 30, 2025
6246d58
feat(hooks): add verify, doctor, export, import commands and enhanced…
ruvnet Dec 30, 2025
2933eb2
feat(hooks): add pretrain command + fix permissions deny pattern
ruvnet Dec 30, 2025
e6ef464
feat(hooks): add build-agents command and integrate pretrain/agents i…
ruvnet Dec 30, 2025
1a5d62e
fix(hooks): use project-local storage for intelligence data
ruvnet Dec 30, 2025
a761924
docs: add Claude Code hooks section to README and create HOOKS.md
ruvnet Dec 30, 2025
738571f
feat(mcp): add MCP server for Claude Code integration
ruvnet Dec 30, 2025
e6ab31a
feat(hooks): add full IntelligenceEngine with trajectory, co-edit, an…
ruvnet Dec 31, 2025
23fc783
Merge pull request #92 from ruvnet/feature/mcp-server
ruvnet Dec 31, 2025
a35eb20
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Dec 31, 2025
1199345
feat(examples): add comprehensive neural-trader integration examples
claude Dec 31, 2025
3376b07
feat(examples): add advanced and exotic neural-trader examples
claude Dec 31, 2025
ef67e1c
fix(neural-trader): critical algorithm corrections and safety guards
claude Dec 31, 2025
f62b1d7
docs: add neural-trader code review and performance analysis reports
claude Dec 31, 2025
966fed5
fix(onnx-embeddings): fix HuggingFace model download fallback logic
ruvnet Dec 31, 2025
2a4783f
chore(onnx-embeddings): fix crates.io category slug
ruvnet Dec 31, 2025
ea27647
feat(onnx-embeddings-wasm): add WASM-compatible embedding crate
ruvnet Dec 31, 2025
682784d
perf(neural-trader): add performance optimizations across exotic exam…
claude Dec 31, 2025
8bdf505
test(onnx-embeddings-wasm): add WASM validation test
ruvnet Dec 31, 2025
ad94b8f
fix(hooks): add --silent flag to remember command
ruvnet Dec 31, 2025
9d33b4b
feat(onnx-embeddings-wasm): add model loader with HuggingFace support
ruvnet Dec 31, 2025
1bbd353
docs(onnx-wasm): add comprehensive README with badges and API reference
ruvnet Dec 31, 2025
5a5874d
feat(onnx-wasm): add SIMD support for improved performance
ruvnet Dec 31, 2025
61971bc
feat(onnx-wasm): add parallel worker threads for 3.8x batch speedup
ruvnet Dec 31, 2025
f646a56
docs(onnx-wasm): comprehensive README update for v0.1.2
ruvnet Dec 31, 2025
f915196
chore: bump version to 0.1.65
ruvnet Dec 31, 2025
4b52df2
feat: add comprehensive intelligence layer with ONNX, AST, Graph, and…
ruvnet Dec 31, 2025
76480df
docs: update README with v2.0 features
ruvnet Dec 31, 2025
bcb545e
perf(neural-trader): benchmark suite and additional optimizations
claude Dec 31, 2025
7f254a8
feat(neural-trader): add production modules with benchmarks
claude Dec 31, 2025
b2f5570
perf(neural-trader): optimize LSTM, attention, and sentiment
claude Dec 31, 2025
bbbb4f2
feat: add TensorCompress and multi-algorithm LearningEngine (v0.1.66)
ruvnet Dec 31, 2025
eff6c4a
fix: handle undefined stats in sessionEnd (v0.1.67)
ruvnet Dec 31, 2025
5154c46
fix: robust sessionEnd with full data structure validation (v0.1.68)
ruvnet Dec 31, 2025
e38d3a9
feat: Full v2.1 upgrade with multi-algorithm learning and TensorCompr…
ruvnet Dec 31, 2025
dd137ae
fix: defensive checks for Q-learning patterns and data loading
ruvnet Dec 31, 2025
39018db
feat: add batch learning and real-time subscriptions
ruvnet Dec 31, 2025
2452c7c
feat(neural-trader): add integrated trading system
claude Dec 31, 2025
f528bea
perf(neural-trader): optimize backtesting and risk management
claude Dec 31, 2025
940fd02
feat(edge): add ruv-swarm-transport integration example
ruvnet Dec 31, 2025
8f416aa
chore: update intelligence data and version bump to v0.1.71
ruvnet Dec 31, 2025
154647a
feat(neural-trader): add CLI, visualization, tests, and strategies
claude Dec 31, 2025
3a14478
feat(edge): Production-grade P2P Swarm with Ed25519/X25519 crypto
ruvnet Dec 31, 2025
58c40c2
docs(neural-trader): comprehensive README with features, benchmarks, …
claude Dec 31, 2025
99c5c97
docs(edge): Update README with P2P Swarm security documentation
ruvnet Dec 31, 2025
f1f3990
feat(edge/p2p): add advanced RuVector integrations
ruvnet Dec 31, 2025
50da131
feat(edge/p2p): complete RuVector advanced integrations
ruvnet Dec 31, 2025
7eafcab
docs(edge): comprehensive README overhaul
ruvnet Dec 31, 2025
09b66e5
feat(edge): add WASM npm package @ruvector/edge
ruvnet Dec 31, 2025
b9bf51b
docs(edge): improve README with free edge swarm introduction
ruvnet Dec 31, 2025
d981a56
feat(edge): add WASM bindings and publish @ruvector/edge v0.1.1
ruvnet Dec 31, 2025
0365595
docs(edge): add comprehensive tutorial-style README
ruvnet Dec 31, 2025
6639947
docs(edge): add free infrastructure guide with tables
ruvnet Dec 31, 2025
a4243ce
feat(edge): add interactive swarm generator with MCP tools
ruvnet Dec 31, 2025
53c9f57
feat(edge-full): add unified WASM package with all modules
ruvnet Dec 31, 2025
94bc0f8
docs(edge): clarify full platform capabilities and edge-full integration
ruvnet Dec 31, 2025
6369a14
docs(edge): highlight self-learning capabilities in intro
ruvnet Dec 31, 2025
81d10f4
docs(edge): clarify Raft vs Gossip+CRDT consensus modes
ruvnet Dec 31, 2025
2e49f28
Merge pull request #93 from ruvnet/feature/mcp-server
ruvnet Dec 31, 2025
ed13fd2
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Dec 31, 2025
03fcbd4
Update README.md
ruvnet Dec 31, 2025
421279b
feat(edge): add Web Worker pool for parallel operations
ruvnet Dec 31, 2025
5a0f2e2
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Dec 31, 2025
89bbae1
docs(edge): update source README with npm package and consensus modes
ruvnet Dec 31, 2025
c40e280
docs(edge): add Web Workers section with understandable language
ruvnet Dec 31, 2025
dcd1132
feat(edge): add Web Workers configuration to generator
ruvnet Dec 31, 2025
8f69edd
Merge branch 'main' into feature/mcp-server
ruvnet Dec 31, 2025
3e1ee39
Merge pull request #94 from ruvnet/feature/mcp-server
ruvnet Dec 31, 2025
f60482b
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Dec 31, 2025
e0e6fa0
feat(edge-net): distributed compute network with rUv economics
ruvnet Dec 31, 2025
54bdc12
docs(edge-net): reframe as artificial life simulation
ruvnet Dec 31, 2025
bc783c8
feat(edge-net): add Pi-Key crypto, lifecycle simulation, optimizations
ruvnet Jan 1, 2026
61a0ff8
feat(edge-net): add RuVector learning intelligence and RAC adversaria…
ruvnet Jan 1, 2026
1f3f440
feat(edge-net): add comprehensive security audit and battle testing
ruvnet Jan 1, 2026
568eb56
feat(edge-net): implement production-grade cryptographic security
ruvnet Jan 1, 2026
907c695
feat(wasm): add 5 exotic AI WASM packages with npm publishing
ruvnet Jan 1, 2026
f0ed1e7
docs(wasm): add comprehensive SEO-optimized README files for npm pack…
ruvnet Jan 1, 2026
aca2c70
feat(edge-net): integrate exotic AI capabilities with streamlined API
ruvnet Jan 1, 2026
bd723ea
feat(edge-net): add unified attention architecture
ruvnet Jan 1, 2026
8732920
feat(edge-net): publish @ruvector/edge-net v0.1.0 to npm
ruvnet Jan 1, 2026
cc0198e
Add integration tests for ruvector-learning-wasm and ruvector-nervous…
ruvnet Jan 1, 2026
342c82d
feat(edge-net): add Node.js WASM support and publish v0.1.1
ruvnet Jan 1, 2026
71907b2
Merge pull request #96 from ruvnet/feature/edge-net
ruvnet Jan 1, 2026
3ccad2b
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Jan 1, 2026
2a582d2
feat(dashboard): add Edge-Net Time Crystal Dashboard
ruvnet Jan 1, 2026
27cd7ae
Merge pull request #98 from ruvnet/claude/explore-neural-trader-o1pDL
ruvnet Jan 1, 2026
eb0bb1a
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Jan 1, 2026
d32da20
feat(edge-net): add real WASM integration, relay infrastructure, and …
ruvnet Jan 1, 2026
55dcfe3
feat(edge): Add Plaid local learning system for browser-based financi…
claude Jan 1, 2026
ba7dafd
feat(edge): Add zero-knowledge financial proofs for privacy-preservin…
claude Jan 1, 2026
dcb59ee
fix(security): Address critical security and performance issues
claude Jan 1, 2026
cb28364
feat(zk): Add production-ready Bulletproofs for zero-knowledge financ…
claude Jan 1, 2026
256aa80
fix(security): Address critical security and performance issues in ZK…
claude Jan 1, 2026
74ba07f
Merge pull request #99 from ruvnet/claude/plaid-local-browser-learnin…
ruvnet Jan 1, 2026
dde19d3
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Jan 1, 2026
356e04b
feat(edge-net): Add join CLI with multi-contributor public key support
claude Jan 2, 2026
80adb13
feat(edge-net): Add long-term persistence for multi-contributor network
claude Jan 2, 2026
a2504eb
feat(edge-net): Add network module with QDAG ledger and browser join
claude Jan 2, 2026
9b615db
feat(neural): add security hardening + 17x perf optimizations
ruvnet Jan 2, 2026
1243547
feat(edge-net): Add multi-network support for creating and joining ed…
claude Jan 2, 2026
5ac51a8
feat: comprehensive ruvector updates - analysis, workers, dashboard e…
ruvnet Jan 2, 2026
282273a
Merge pull request #97 from ruvnet/feature/dashboard
ruvnet Jan 2, 2026
8f44a67
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Jan 2, 2026
73a1bea
Merge pull request #100 from ruvnet/claude/test-edge-net-cli-VFhcb
ruvnet Jan 2, 2026
903684e
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Jan 2, 2026
b07fb3e
feat: Add comprehensive dataset discovery framework for RuVector (#104)
ruvnet Jan 4, 2026
7f4c981
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Jan 4, 2026
b3ad646
chore: Bump version to 0.1.30 for crates.io release
ruvnet Jan 4, 2026
39277a4
chore: Update dependency versions for crates.io publishing
ruvnet Jan 4, 2026
b5b4858
ci: Trigger attention native module builds for v0.1.30
ruvnet Jan 4, 2026
8b80b27
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Jan 4, 2026
27e220e
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Jan 4, 2026
ae4d5db
feat: Add FPGA Transformer backend crates (#105)
ruvnet Jan 4, 2026
6fec6c0
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Jan 5, 2026
76cec56
feat: Add PowerInfer-style sparse inference engine with precision lan…
ruvnet Jan 5, 2026
aa3e949
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Jan 5, 2026
253faf3
perf(sparse-inference): 6x speedup with W2 transpose and SIMD activat…
ruvnet Jan 5, 2026
338a358
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Jan 5, 2026
1a8ab83
feat(data-framework): v0.3.0 with HNSW, similarity cache, and batch e…
ruvnet Jan 5, 2026
68b3041
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Jan 5, 2026
4489e68
feat(math): Add ruvector-math crate with advanced algorithms (#109)
ruvnet Jan 11, 2026
a9ea730
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Jan 11, 2026
1da4ff9
docs: Add comprehensive README to ruvector-math-wasm npm package
ruvnet Jan 11, 2026
c5e76f4
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Jan 11, 2026
ab97151
fix: Update ruvector-math-wasm to use @ruvector/math-wasm scoped package
ruvnet Jan 11, 2026
188209c
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Jan 11, 2026
5834cd0
feat(benchmarks): Add comprehensive temporal reasoning and vector ben…
ruvnet Jan 15, 2026
82b38b6
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Jan 15, 2026
bb6b201
feat(hyperbolic-hnsw): Add Poincaré ball embeddings with HNSW integra…
ruvnet Jan 15, 2026
3c7e2fd
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Jan 15, 2026
c047176
feat(examples): Add vibecast-7sense bioacoustic intelligence platform…
ruvnet Jan 17, 2026
19c646c
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Jan 17, 2026
3cbdca0
docs(mincut): Add ADR/DDC for Anytime-Valid Coherence Gate (#115)
ruvnet Jan 17, 2026
3719054
docs(ruqu): Add crates.io badges and installation details
ruvnet Jan 17, 2026
a54c020
docs(ruqu): Update 'Try It in 5 Minutes' section
ruvnet Jan 17, 2026
4700a27
research: Add AI-quantum capabilities deep research swarm
ruvnet Jan 17, 2026
e70f198
feat(quantum): Implement NQED and AV-QKCM crates with verification fr…
ruvnet Jan 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
22 changes: 22 additions & 0 deletions .claude/agentic-flow-fast.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#!/bin/bash
# Fast agentic-flow hooks wrapper - avoids npx overhead
# Usage: .claude/agentic-flow-fast.sh workers <command> [args...]

# Find agentic-flow CLI - check local first, then global
AGENTIC_CLI=""

# Check local npm package (for development)
if [ -f "$PWD/node_modules/agentic-flow/bin/cli.js" ]; then
AGENTIC_CLI="$PWD/node_modules/agentic-flow/bin/cli.js"
# Check global npm installation
elif [ -f "$PWD/node_modules/.bin/agentic-flow" ]; then
exec "$PWD/node_modules/.bin/agentic-flow" "$@"
elif command -v agentic-flow &> /dev/null; then
exec agentic-flow "$@"
# Fallback to npx (slow but works)
else
exec npx agentic-flow@alpha "$@"
fi

# Execute with node directly (fast path)
exec node "$AGENTIC_CLI" "$@"
22 changes: 22 additions & 0 deletions .claude/agents/analysis/code-analyzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,18 @@ color: indigo
priority: high
hooks:
pre: |
echo "🧠 Code Analyzer activated"
if [ -d "/workspaces/ruvector/.claude/intelligence" ]; then
cd /workspaces/ruvector/.claude/intelligence
INTELLIGENCE_MODE=treatment node cli.js pre-edit "$FILE" 2>/dev/null || true
fi
npx claude-flow@alpha hooks pre-task --description "Code analysis agent starting: ${description}" --auto-spawn-agents false
post: |
echo "✅ Code Analyzer complete"
if [ -d "/workspaces/ruvector/.claude/intelligence" ]; then
cd /workspaces/ruvector/.claude/intelligence
INTELLIGENCE_MODE=treatment node cli.js post-edit "$FILE" "true" 2>/dev/null || true
fi
npx claude-flow@alpha hooks post-task --task-id "analysis-${timestamp}" --analyze-performance true
metadata:
description: Advanced code quality analysis agent for comprehensive code reviews and improvements
Expand All @@ -25,6 +35,18 @@ metadata:

# Code Analyzer Agent

## 🧠 Self-Learning Intelligence

This agent integrates with RuVector's intelligence layer:
- **Q-learning**: Improves routing based on outcomes
- **Vector memory**: 4000+ semantic memories
- **Error patterns**: Learns from failures
- **Code metrics**: Tracks quality trends over time

CLI: `node .claude/intelligence/cli.js stats`

---

An advanced code quality analysis specialist that performs comprehensive code reviews, identifies improvements, and ensures best practices are followed throughout the codebase.

## Core Responsibilities
Expand Down
23 changes: 22 additions & 1 deletion .claude/agents/analysis/code-review/analyze-code-quality.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ optimization:

hooks:
pre_execution: |
echo "🧠 Code Quality Analyzer activated"
if [ -d "/workspaces/ruvector/.claude/intelligence" ]; then
cd /workspaces/ruvector/.claude/intelligence
INTELLIGENCE_MODE=treatment node cli.js pre-edit "$FILE" 2>/dev/null || true
fi
echo "🔍 Code Quality Analyzer initializing..."
echo "📁 Scanning project structure..."
# Count files to analyze
Expand All @@ -111,7 +116,11 @@ hooks:
echo "📋 Checking for code quality configs..."
ls -la .eslintrc* .prettierrc* .pylintrc tslint.json 2>/dev/null || echo "No linting configs found"
post_execution: |
echo "✅ Code quality analysis completed"
echo "✅ Code Quality Analyzer complete"
if [ -d "/workspaces/ruvector/.claude/intelligence" ]; then
cd /workspaces/ruvector/.claude/intelligence
INTELLIGENCE_MODE=treatment node cli.js post-edit "$FILE" "true" 2>/dev/null || true
fi
echo "📊 Analysis stored in memory for future reference"
echo "💡 Run 'analyze-refactoring' for detailed refactoring suggestions"
on_error: |
Expand All @@ -127,6 +136,18 @@ examples:

# Code Quality Analyzer

## 🧠 Self-Learning Intelligence

This agent integrates with RuVector's intelligence layer:
- **Q-learning**: Improves routing based on outcomes
- **Vector memory**: 4000+ semantic memories
- **Error patterns**: Learns from failures
- **Quality metrics**: Tracks code smells over time

CLI: `node .claude/intelligence/cli.js stats`

---

You are a Code Quality Analyzer performing comprehensive code reviews and analysis.

## Key responsibilities:
Expand Down
23 changes: 22 additions & 1 deletion .claude/agents/architecture/system-design/arch-system-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,21 @@ optimization:

hooks:
pre_execution: |
echo "🧠 System Architect activated"
if [ -d "/workspaces/ruvector/.claude/intelligence" ]; then
cd /workspaces/ruvector/.claude/intelligence
INTELLIGENCE_MODE=treatment node cli.js pre-edit "$FILE" 2>/dev/null || true
fi
echo "🏗️ System Architecture Designer initializing..."
echo "📊 Analyzing existing architecture..."
echo "Current project structure:"
find . -type f -name "*.md" | grep -E "(architecture|design|README)" | head -10
post_execution: |
echo "✅ Architecture design completed"
echo "✅ System Architect complete"
if [ -d "/workspaces/ruvector/.claude/intelligence" ]; then
cd /workspaces/ruvector/.claude/intelligence
INTELLIGENCE_MODE=treatment node cli.js post-edit "$FILE" "true" 2>/dev/null || true
fi
echo "📄 Architecture documents created:"
find docs/architecture -name "*.md" -newer /tmp/arch_timestamp 2>/dev/null || echo "See above for details"
on_error: |
Expand All @@ -125,6 +134,18 @@ examples:

# System Architecture Designer

## 🧠 Self-Learning Intelligence

This agent integrates with RuVector's intelligence layer:
- **Q-learning**: Improves routing based on outcomes
- **Vector memory**: 4000+ semantic memories
- **Error patterns**: Learns from failures
- **Architecture patterns**: Tracks design decisions

CLI: `node .claude/intelligence/cli.js stats`

---

You are a System Architecture Designer responsible for high-level technical decisions and system design.

## Key responsibilities:
Expand Down
25 changes: 25 additions & 0 deletions .claude/agents/base-template-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@
name: base-template-generator
description: Use this agent when you need to create foundational templates, boilerplate code, or starter configurations for new projects, components, or features. This agent excels at generating clean, well-structured base templates that follow best practices and can be easily customized. Examples: <example>Context: User needs to start a new React component and wants a solid foundation. user: 'I need to create a new user profile component' assistant: 'I'll use the base-template-generator agent to create a comprehensive React component template with proper structure, TypeScript definitions, and styling setup.' <commentary>Since the user needs a foundational template for a new component, use the base-template-generator agent to create a well-structured starting point.</commentary></example> <example>Context: User is setting up a new API endpoint and needs a template. user: 'Can you help me set up a new REST API endpoint for user management?' assistant: 'I'll use the base-template-generator agent to create a complete API endpoint template with proper error handling, validation, and documentation structure.' <commentary>The user needs a foundational template for an API endpoint, so use the base-template-generator agent to provide a comprehensive starting point.</commentary></example>
color: orange
hooks:
pre: |
echo "🧠 Template Generator activated"
if [ -d "/workspaces/ruvector/.claude/intelligence" ]; then
cd /workspaces/ruvector/.claude/intelligence
INTELLIGENCE_MODE=treatment node cli.js pre-edit "$FILE" 2>/dev/null || true
fi
post: |
echo "✅ Template Generator complete"
if [ -d "/workspaces/ruvector/.claude/intelligence" ]; then
cd /workspaces/ruvector/.claude/intelligence
INTELLIGENCE_MODE=treatment node cli.js post-edit "$FILE" "true" 2>/dev/null || true
fi
---

## 🧠 Self-Learning Intelligence

This agent integrates with RuVector's intelligence layer:
- **Q-learning**: Improves routing based on outcomes
- **Vector memory**: 4000+ semantic memories
- **Error patterns**: Learns from failures
- **Template metrics**: Tracks generation patterns

CLI: `node .claude/intelligence/cli.js stats`

---

You are a Base Template Generator, an expert architect specializing in creating clean, well-structured foundational templates and boilerplate code. Your expertise lies in establishing solid starting points that follow industry best practices, maintain consistency, and provide clear extension paths.
Expand Down
23 changes: 21 additions & 2 deletions .claude/agents/consensus/byzantine-coordinator.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,41 @@ capabilities:
- message_authentication
- view_management
- attack_mitigation
- distributed_systems
- rust_consensus
priority: high
hooks:
pre: |
echo "🧠 Byzantine Coordinator activated"
if [ -d "/workspaces/ruvector/.claude/intelligence" ]; then
cd /workspaces/ruvector/.claude/intelligence
INTELLIGENCE_MODE=treatment node cli.js pre-edit "$FILE" 2>/dev/null || true
fi
echo "🛡️ Byzantine Coordinator initiating: $TASK"
# Verify network integrity before consensus
if [[ "$TASK" == *"consensus"* ]]; then
echo "🔍 Checking for malicious actors..."
fi
post: |
echo "✅ Byzantine consensus complete"
# Validate consensus results
echo "✅ Byzantine Coordinator complete"
if [ -d "/workspaces/ruvector/.claude/intelligence" ]; then
cd /workspaces/ruvector/.claude/intelligence
INTELLIGENCE_MODE=treatment node cli.js post-edit "$FILE" "true" 2>/dev/null || true
fi
echo "🔐 Verifying message signatures and ordering"
---

# Byzantine Consensus Coordinator

## Self-Learning Intelligence

This agent integrates with RuVector's intelligence layer:
- **Q-learning**: Improves routing based on outcomes
- **Vector memory**: 4000+ semantic memories
- **Error patterns**: Learns from failures

CLI: `node .claude/intelligence/cli.js stats`

Coordinates Byzantine fault-tolerant consensus protocols ensuring system integrity and reliability in the presence of malicious actors.

## Core Responsibilities
Expand Down
25 changes: 22 additions & 3 deletions .claude/agents/consensus/crdt-synchronizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,41 @@ capabilities:
- delta_synchronization
- conflict_resolution
- causal_consistency
- distributed_systems
- rust_consensus
priority: high
hooks:
pre: |
echo "🧠 CRDT Synchronizer activated"
if [ -d "/workspaces/ruvector/.claude/intelligence" ]; then
cd /workspaces/ruvector/.claude/intelligence
INTELLIGENCE_MODE=treatment node cli.js pre-edit "$FILE" 2>/dev/null || true
fi
echo "🔄 CRDT Synchronizer syncing: $TASK"
# Initialize CRDT state tracking
if [[ "$TASK" == *"synchronization"* ]]; then
echo "📊 Preparing delta state computation"
fi
post: |
echo "🎯 CRDT synchronization complete"
# Verify eventual consistency
echo "✅ Validating conflict-free state convergence"
echo "✅ CRDT Synchronizer complete"
if [ -d "/workspaces/ruvector/.claude/intelligence" ]; then
cd /workspaces/ruvector/.claude/intelligence
INTELLIGENCE_MODE=treatment node cli.js post-edit "$FILE" "true" 2>/dev/null || true
fi
echo "🎯 Validating conflict-free state convergence"
---

# CRDT Synchronizer

## Self-Learning Intelligence

This agent integrates with RuVector's intelligence layer:
- **Q-learning**: Improves routing based on outcomes
- **Vector memory**: 4000+ semantic memories
- **Error patterns**: Learns from failures

CLI: `node .claude/intelligence/cli.js stats`

Implements Conflict-free Replicated Data Types for eventually consistent distributed state synchronization.

## Core Responsibilities
Expand Down
23 changes: 21 additions & 2 deletions .claude/agents/consensus/gossip-coordinator.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,41 @@ capabilities:
- state_synchronization
- conflict_resolution
- scalability_optimization
- distributed_systems
- rust_consensus
priority: medium
hooks:
pre: |
echo "🧠 Gossip Coordinator activated"
if [ -d "/workspaces/ruvector/.claude/intelligence" ]; then
cd /workspaces/ruvector/.claude/intelligence
INTELLIGENCE_MODE=treatment node cli.js pre-edit "$FILE" 2>/dev/null || true
fi
echo "📡 Gossip Coordinator broadcasting: $TASK"
# Initialize peer connections
if [[ "$TASK" == *"dissemination"* ]]; then
echo "🌐 Establishing peer network topology"
fi
post: |
echo "🔄 Gossip protocol cycle complete"
# Check convergence status
echo "✅ Gossip Coordinator complete"
if [ -d "/workspaces/ruvector/.claude/intelligence" ]; then
cd /workspaces/ruvector/.claude/intelligence
INTELLIGENCE_MODE=treatment node cli.js post-edit "$FILE" "true" 2>/dev/null || true
fi
echo "📊 Monitoring eventual consistency convergence"
---

# Gossip Protocol Coordinator

## Self-Learning Intelligence

This agent integrates with RuVector's intelligence layer:
- **Q-learning**: Improves routing based on outcomes
- **Vector memory**: 4000+ semantic memories
- **Error patterns**: Learns from failures

CLI: `node .claude/intelligence/cli.js stats`

Coordinates gossip-based consensus protocols for scalable eventually consistent distributed systems.

## Core Responsibilities
Expand Down
23 changes: 21 additions & 2 deletions .claude/agents/consensus/performance-benchmarker.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,41 @@ capabilities:
- resource_monitoring
- comparative_analysis
- adaptive_tuning
- distributed_systems
- rust_consensus
priority: medium
hooks:
pre: |
echo "🧠 Performance Benchmarker activated"
if [ -d "/workspaces/ruvector/.claude/intelligence" ]; then
cd /workspaces/ruvector/.claude/intelligence
INTELLIGENCE_MODE=treatment node cli.js pre-edit "$FILE" 2>/dev/null || true
fi
echo "📊 Performance Benchmarker analyzing: $TASK"
# Initialize monitoring systems
if [[ "$TASK" == *"benchmark"* ]]; then
echo "⚡ Starting performance metric collection"
fi
post: |
echo "📈 Performance analysis complete"
# Generate performance report
echo "✅ Performance Benchmarker complete"
if [ -d "/workspaces/ruvector/.claude/intelligence" ]; then
cd /workspaces/ruvector/.claude/intelligence
INTELLIGENCE_MODE=treatment node cli.js post-edit "$FILE" "true" 2>/dev/null || true
fi
echo "📋 Compiling benchmarking results and recommendations"
---

# Performance Benchmarker

## Self-Learning Intelligence

This agent integrates with RuVector's intelligence layer:
- **Q-learning**: Improves routing based on outcomes
- **Vector memory**: 4000+ semantic memories
- **Error patterns**: Learns from failures

CLI: `node .claude/intelligence/cli.js stats`

Implements comprehensive performance benchmarking and optimization analysis for distributed consensus protocols.

## Core Responsibilities
Expand Down
Loading