Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
650 commits
Select commit Hold shift + click to select a range
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
d852fd8
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Jan 17, 2026
a16aba6
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Jan 17, 2026
8de4f07
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Jan 17, 2026
48304e7
feat: Add ARM NEON SIMD optimizations for Apple Silicon (M1/M2/M3/M4)
Jan 18, 2026
20e6a5c
docs: Add comprehensive ADRs for ruvector and ruvllm architecture
Jan 18, 2026
935eae8
feat: Implement all 6 ADRs for ruvector and ruvllm optimization
Jan 18, 2026
042d491
docs: Add comprehensive benchmark results and CI script
Jan 18, 2026
39b4653
perf: Apply hotspot optimizations for ARM64 NEON (M4 Pro)
Jan 18, 2026
72493c7
feat: Complete LLM system with Candle, MicroLoRA, NEON kernels
Jan 19, 2026
1e358ce
feat: Complete production LLM system with Metal GPU, streaming, specu…
Jan 19, 2026
fb75de8
fix: Correct parameter estimation and doctest crate names
Jan 19, 2026
3cb3954
perf: Major M4 Pro optimization pass - 6-12x speedups
Jan 19, 2026
f91075e
Release v2.0.0: WASM support, multi-platform, performance optimizations
Jan 19, 2026
a92930e
chore(ruvllm-wasm): Self-contained WASM implementation
Jan 19, 2026
a787130
v2.1.0: Auto-detection, WebGPU, GGUF, Web Workers, Metal M4 Pro, Phi-…
Jan 19, 2026
7e61d76
fix(security): Apply 8 critical security fixes and update ADRs
Jan 19, 2026
eb2e0a8
perf(llm): Implement 3 major decode speed optimizations targeting 200…
Jan 19, 2026
a923044
docs(adr): Update ADRs with v2.1.1 performance optimizations
Jan 19, 2026
b9b9cd5
feat(ruvllm): Complete LLM implementation with major performance opti…
Jan 19, 2026
7ecdc66
fix(safety): Replace unwrap() with expect() and safety comments
Jan 19, 2026
9744a72
test(e2e): Add comprehensive end-to-end integration tests and model v…
Jan 19, 2026
59655d0
feat(ruvllm): Add Core ML/ANE backend with Apple Neural Engine support
Jan 19, 2026
4508344
docs(ruvllm): Update v2 announcement with actual ANE benchmark data
Jan 20, 2026
8496167
fix: Resolve 6 GitHub issues - ARM64 CI, SemanticRouter, SONA JSON, W…
Jan 20, 2026
ab8146b
feat(ruvllm): Add RuvLTRA-Small model with Claude Flow optimization
Jan 20, 2026
5c26445
fix: Rename package ruvllm-integration to ruvllm
Jan 20, 2026
0e7df68
chore: Add gguf files to gitignore
Jan 20, 2026
252573d
feat(ruvllm): Add ultimate RuvLTRA model with full Ruvector integration
Jan 20, 2026
1e805d7
feat(ruvllm): Add RuvLTRA improvements - Medium model, HF Hub, datase…
Jan 20, 2026
40642d4
fix: resolve compilation errors and update v2.3 documentation
Jan 20, 2026
6b89854
feat(ruvllm): v2.3 Claude Flow integration with hooks, quality scorin…
Jan 20, 2026
9757434
feat(ruvllm): mistral-rs backend integration for production-scale ser…
Jan 20, 2026
6f51e0c
feat(wasm): add intelligent browser features - HNSW Router, MicroLoRA…
Jan 20, 2026
a0a8065
docs(adr): add P0 SOTA feature ADRs - Structured Output, Function Cal…
Jan 20, 2026
c650580
fix(wasm): fix js-sys Atomics API compatibility
Jan 20, 2026
2221fe6
chore: sync all configuration and documentation updates
Jan 20, 2026
c76bfcb
security: comprehensive security hardening (ADR-012)
Jan 20, 2026
2895678
feat(npm): add automatic model download from HuggingFace
Jan 20, 2026
2517680
feat(benchmarks): add Claude Code use case benchmark suite
Jan 20, 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.
Binary file added .DS_Store
Binary file not shown.
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" "$@"
179 changes: 179 additions & 0 deletions .claude/agents/analysis/analyze-code-quality.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,179 @@
---
name: "code-analyzer"
description: "Advanced code quality analysis agent for comprehensive code reviews and improvements"
color: "purple"
type: "analysis"
version: "1.0.0"
created: "2025-07-25"
author: "Claude Code"
metadata:
specialization: "Code quality, best practices, refactoring suggestions, technical debt"
complexity: "complex"
autonomous: true

triggers:
keywords:
- "code review"
- "analyze code"
- "code quality"
- "refactor"
- "technical debt"
- "code smell"
file_patterns:
- "**/*.js"
- "**/*.ts"
- "**/*.py"
- "**/*.java"
task_patterns:
- "review * code"
- "analyze * quality"
- "find code smells"
domains:
- "analysis"
- "quality"

capabilities:
allowed_tools:
- Read
- Grep
- Glob
- WebSearch # For best practices research
restricted_tools:
- Write # Read-only analysis
- Edit
- MultiEdit
- Bash # No execution needed
- Task # No delegation
max_file_operations: 100
max_execution_time: 600
memory_access: "both"

constraints:
allowed_paths:
- "src/**"
- "lib/**"
- "app/**"
- "components/**"
- "services/**"
- "utils/**"
forbidden_paths:
- "node_modules/**"
- ".git/**"
- "dist/**"
- "build/**"
- "coverage/**"
max_file_size: 1048576 # 1MB
allowed_file_types:
- ".js"
- ".ts"
- ".jsx"
- ".tsx"
- ".py"
- ".java"
- ".go"

behavior:
error_handling: "lenient"
confirmation_required: []
auto_rollback: false
logging_level: "verbose"

communication:
style: "technical"
update_frequency: "summary"
include_code_snippets: true
emoji_usage: "minimal"

integration:
can_spawn: []
can_delegate_to:
- "analyze-security"
- "analyze-performance"
requires_approval_from: []
shares_context_with:
- "analyze-refactoring"
- "test-unit"

optimization:
parallel_operations: true
batch_size: 20
cache_results: true
memory_limit: "512MB"

hooks:
pre_execution: |
echo "🔍 Code Quality Analyzer initializing..."
echo "📁 Scanning project structure..."
# Count files to analyze
find . -name "*.js" -o -name "*.ts" -o -name "*.py" | grep -v node_modules | wc -l | xargs echo "Files to analyze:"
# Check for linting configs
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 "📊 Analysis stored in memory for future reference"
echo "💡 Run 'analyze-refactoring' for detailed refactoring suggestions"
on_error: |
echo "⚠️ Analysis warning: {{error_message}}"
echo "🔄 Continuing with partial analysis..."

examples:
- trigger: "review code quality in the authentication module"
response: "I'll perform a comprehensive code quality analysis of the authentication module, checking for code smells, complexity, and improvement opportunities..."
- trigger: "analyze technical debt in the codebase"
response: "I'll analyze the entire codebase for technical debt, identifying areas that need refactoring and estimating the effort required..."
---

# Code Quality Analyzer

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

## Key responsibilities:
1. Identify code smells and anti-patterns
2. Evaluate code complexity and maintainability
3. Check adherence to coding standards
4. Suggest refactoring opportunities
5. Assess technical debt

## Analysis criteria:
- **Readability**: Clear naming, proper comments, consistent formatting
- **Maintainability**: Low complexity, high cohesion, low coupling
- **Performance**: Efficient algorithms, no obvious bottlenecks
- **Security**: No obvious vulnerabilities, proper input validation
- **Best Practices**: Design patterns, SOLID principles, DRY/KISS

## Code smell detection:
- Long methods (>50 lines)
- Large classes (>500 lines)
- Duplicate code
- Dead code
- Complex conditionals
- Feature envy
- Inappropriate intimacy
- God objects

## Review output format:
```markdown
## Code Quality Analysis Report

### Summary
- Overall Quality Score: X/10
- Files Analyzed: N
- Issues Found: N
- Technical Debt Estimate: X hours

### Critical Issues
1. [Issue description]
- File: path/to/file.js:line
- Severity: High
- Suggestion: [Improvement]

### Code Smells
- [Smell type]: [Description]

### Refactoring Opportunities
- [Opportunity]: [Benefit]

### Positive Findings
- [Good practice observed]
```
3 changes: 2 additions & 1 deletion .claude/agents/analysis/code-analyzer.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: analyst
description: "Advanced code quality analysis agent for comprehensive code reviews and improvements"
type: code-analyzer
color: indigo
priority: high
Expand All @@ -9,7 +10,7 @@ hooks:
post: |
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
specialization: "Code quality assessment and security analysis"
capabilities:
- Code quality assessment and metrics
- Performance bottleneck detection
Expand Down
3 changes: 1 addition & 2 deletions .claude/agents/analysis/code-review/analyze-code-quality.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
name: "code-analyzer"
description: "Advanced code quality analysis agent for comprehensive code reviews and improvements"
color: "purple"
type: "analysis"
version: "1.0.0"
created: "2025-07-25"
author: "Claude Code"

metadata:
description: "Advanced code quality analysis agent for comprehensive code reviews and improvements"
specialization: "Code quality, best practices, refactoring suggestions, technical debt"
complexity: "complex"
autonomous: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
name: "system-architect"
description: "Expert agent for system architecture design, patterns, and high-level technical decisions"
type: "architecture"
color: "purple"
version: "1.0.0"
created: "2025-07-25"
author: "Claude Code"

metadata:
description: "Expert agent for system architecture design, patterns, and high-level technical decisions"
specialization: "System design, architectural patterns, scalability planning"
complexity: "complex"
autonomous: false # Requires human approval for major decisions
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
Loading
Loading