Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
722 commits
Select commit Hold shift + click to select a range
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
02cde18
feat(training): RuvLTRA v2.4 Ecosystem Edition - 100% routing accurac…
ruvnet Jan 21, 2026
2d2c23f
feat(npm): add @ruvector/raft, @ruvector/replication, @ruvector/scipi…
ruvnet Jan 22, 2026
4259651
chore: clean up root directory files
Jan 22, 2026
34b6f1c
chore: remove .DS_Store files
Jan 22, 2026
9642bb0
chore: add .DS_Store to gitignore
Jan 22, 2026
c06eb26
docs: reorganize into subfolders
Jan 22, 2026
8b99c98
docs: update .env.example with comprehensive config
Jan 22, 2026
3e5a4e3
chore: remove logs directory
Jan 22, 2026
2db4805
chore: reorganize scripts into subfolders
Jan 22, 2026
5a76370
chore: move packages to npm/packages directory (#130)
ruvnet Jan 22, 2026
860549f
docs: add total downloads badge to README
Jan 22, 2026
8f5b2bd
docs: add new npm packages to README
Jan 22, 2026
b35bfce
feat(npm): add @ruvector/ruvllm-cli and @ruvector/ruvllm-wasm packages
Jan 22, 2026
a540d9c
docs: minor README formatting fixes
Jan 22, 2026
a0d7a80
docs: expand capabilities section from 14 to 30+ features
Jan 22, 2026
e16773b
docs: add comprehensive PostgreSQL section with Docker/npm/crate inst…
Jan 22, 2026
81fd22c
docs: add rvlite to WASM & Utility Packages section
Jan 22, 2026
d13cee0
docs: make PostgreSQL Extension section collapsible
Jan 22, 2026
e9a613a
docs: fix PostgreSQL section nesting - now top-level collapsible
Jan 22, 2026
3c63a75
docs: make Tools & Utilities section collapsible
Jan 22, 2026
62f7e15
docs: improve PostgreSQL section with better intro and Docker Hub info
Jan 22, 2026
0a46a8b
docs: add ruvllm-wasm README and improve Bindings & Tools section
Jan 22, 2026
fb5648e
fix(ruvllm-wasm): reduce keywords to 5 for crates.io compliance
Jan 22, 2026
38fe776
docs(readme): expand Core Features and Comparison tables
Jan 22, 2026
be248d5
docs(readme): add comprehensive Self-Learning DAG section
Jan 22, 2026
4c44894
docs(readme): add rvLite and Edge-Net collapsed sections
Jan 22, 2026
cdca236
docs(readme): add downloads badge for rvLite, add Agentic-Synth section
Jan 22, 2026
10ebf2b
docs(readme): add Neural Trader AI trading system section
Jan 22, 2026
ab56289
docs(readme): add 7 comprehensive example sections
Jan 22, 2026
02c7db9
docs(readme): organize sections into logical groups
Jan 22, 2026
3699ab9
docs(readme): expand npm packages section with all 45+ packages
Jan 22, 2026
bf95df5
docs(readme): complete Rust Crates section with all 63 packages
Jan 22, 2026
7bdd3f2
docs(readme): expand Use Cases section with 8 categories and examples
Jan 22, 2026
e481755
docs(readme): add Dynamic Embedding Fine-Tuning to Use Cases
Jan 22, 2026
ccf5983
docs(readme): add Dynamic Embedding Fine-Tuning to RuvLLM section
Jan 22, 2026
92a88a8
docs(readme): add Cognitum Gate and Neuromorphic Discoveries to Use C…
Jan 22, 2026
be2c166
feat(prime-radiant): Universal Coherence Engine with Sheaf Laplacian …
ruvnet Jan 23, 2026
24aa0bd
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Jan 23, 2026
6c50685
feat(prime-radiant): Advanced Mathematical Frameworks + fix(router): …
ruvnet Jan 24, 2026
c04d883
fix(ci): read version from package.json instead of hardcoded value
Jan 24, 2026
d13ebe0
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Jan 24, 2026
304a146
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Jan 24, 2026
ae5eccd
chore: bump to 0.1.27 for republish with binaries
Jan 24, 2026
9523192
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Jan 24, 2026
035c94a
fix: update optionalDependencies to 0.1.27
Jan 24, 2026
aec62e5
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Jan 24, 2026
e557542
docs(mincut): add ADR-002 for dynamic hierarchical j-tree decomposition
claude Jan 25, 2026
7b6953d
docs(mincut): add SOTA optimizations addendum to ADR-002
claude Jan 25, 2026
290340f
docs(mincut): add BMSSP WASM integration addendum to ADR-002
claude Jan 25, 2026
a3c72a2
feat(mincut): add optimization module with DSpar and caching
claude Jan 25, 2026
de04caa
feat(mincut): add j-tree benchmark suite and dependencies
claude Jan 25, 2026
545c5ba
feat(mincut): add security review, SIMD optimization, and j-tree tests
claude Jan 25, 2026
ecf2d4b
chore(mincut): update Cargo.toml and benchmark configuration
claude Jan 25, 2026
a380f1e
feat(mincut): add pool allocator and enhance j-tree tests
claude Jan 25, 2026
f9223f7
feat(mincut): implement j-tree hierarchical decomposition module
claude Jan 25, 2026
56a5f26
feat(mincut): add parallel optimization for j-tree updates
claude Jan 25, 2026
3eef446
fix(mincut): update sparsifier with additional optimizations
claude Jan 25, 2026
384c4f9
feat(mincut): add WASM batch optimization and update lib.rs
claude Jan 25, 2026
48463a2
fix(mincut): refine hierarchy warm-start logic
claude Jan 25, 2026
1e40275
fix(mincut): update jtree module exports
claude Jan 25, 2026
b1ea430
fix(mincut): enhance coordinator with security validations
claude Jan 25, 2026
1e1b513
feat(mincut): add benchmark utilities and refine j-tree implementation
claude Jan 25, 2026
c6dcb93
fix(mincut): update lib.rs module declarations
claude Jan 25, 2026
2e4394b
fix(mincut): coordinator refinements
claude Jan 25, 2026
1dc4aa2
feat(mincut): add optimization benchmark suite
claude Jan 25, 2026
50fa654
fix(mincut): update Cargo.toml, coordinator, and lib exports
claude Jan 25, 2026
b814288
fix(mincut): update benchmark utilities and module exports
claude Jan 25, 2026
9bc7c91
fix(mincut): refine WASM batch operations
claude Jan 25, 2026
f33ee4d
fix(mincut): additional refinements to jtree and wasm_batch
claude Jan 25, 2026
9abd1f6
fix(mincut): update SIMD distance operations
claude Jan 25, 2026
38f4eb3
feat(mincut): complete j-tree coordinator integration
claude Jan 25, 2026
33c0d23
Merge pull request #135 from ruvnet/claude/mincut-research-adr-F2Gvs
ruvnet Jan 25, 2026
27a8c13
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Jan 25, 2026
dae9aa8
feat(ruvbot): Complete RuvBot implementation - Clawdbot-style AI with…
claude Jan 27, 2026
4233089
feat(ruvbot): Add remaining ADRs and test suites
claude Jan 27, 2026
790a6fc
chore(ruvbot): Add ESM tsconfig and package updates
claude Jan 27, 2026
9cb143a
test(ruvbot): Add E2E and RuVector integration tests
claude Jan 27, 2026
d5b59ab
fix(ruvbot): resolve TypeScript compilation errors and complete infra…
claude Jan 27, 2026
3baa60e
docs(ruvbot): add comprehensive comparison tables and capabilities
claude Jan 27, 2026
a3326c9
docs(ruvbot): comprehensive feature comparison with RuVector advantages
claude Jan 27, 2026
681a50c
docs(ruvbot): add ADRs for hybrid search, multi-channel, swarm coordi…
claude Jan 27, 2026
a3458df
feat(ruvbot): implement core RuvBot capabilities
claude Jan 27, 2026
0f3867f
feat(ruvbot): add GCP deployment and LLM provider documentation
claude Jan 27, 2026
51c191c
feat(ruvbot): integrate aidefence for adversarial protection
claude Jan 27, 2026
c508f31
feat(ruvbot): add plugin system inspired by claude-flow
claude Jan 27, 2026
41d4c8a
test(ruvbot): add comprehensive unit tests for security and plugins
claude Jan 27, 2026
f30ed85
feat(ruvbot): add comprehensive CLI with doctor, memory, security, pl…
claude Jan 27, 2026
dba28e5
fix(ruvbot): resolve typecheck and test failures
ruvnet Jan 27, 2026
90e10cf
feat(ruvbot): add HTTP server for Cloud Run deployment
ruvnet Jan 27, 2026
de42f42
fix(ruvbot): improve error handling and chat endpoint reliability
ruvnet Jan 28, 2026
ac11445
feat(ruvbot): add chat UI, channel integrations, and cloud deployment
ruvnet Jan 28, 2026
9465195
feat(ruvbot): add Gemini 2.5 support and Google AI provider
ruvnet Jan 28, 2026
6dff0a1
feat(delta-behavior): Complete Δ-behavior implementation with WASM
ruvnet Jan 28, 2026
9d49ea9
feat(delta): Add 5 specialized delta crates for distributed systems
ruvnet Jan 28, 2026
e62139c
feat(ruvbot): add skill system with ChatEnhancer and builtin skills
ruvnet Jan 28, 2026
048b8e5
Merge pull request #139 from ruvnet/claude/ruvbot-v0.1.1-fixes
ruvnet Jan 28, 2026
ae0e8ee
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Jan 28, 2026
240f019
fix(hnsw): resolve segfault with parameterized queries (Issue #141)
ruvnet Jan 28, 2026
8f4a251
chore(release): bump ruvector-postgres to v2.0.1
ruvnet Jan 28, 2026
1175608
chore: add version to gated-transformer dep, update Dockerfile version
ruvnet Jan 28, 2026
c893d8f
style(hnsw): fix rustfmt formatting issues
ruvnet Jan 28, 2026
f81da32
style: apply rustfmt across entire codebase
ruvnet Jan 28, 2026
e76f01a
Merge pull request #142 from ruvnet/fix/hnsw-parameterized-query-segf…
ruvnet Jan 28, 2026
450dd74
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Jan 28, 2026
97b5c0d
Initial plan
Copilot Jan 29, 2026
367f90a
Add MCP server test scripts and documentation
Copilot Jan 29, 2026
7e3802e
Add test validation and comprehensive test runner
Copilot Jan 29, 2026
5e3981f
Add comprehensive README for MCP tests
Copilot Jan 29, 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" "$@"
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