v3/implementation/adrs/ADR-067-ruvector-wasm-utilization.md
------|--------------|-------------|--------------|-------------------|
| @ruvector/router | Imported, never called | 0% | Integrated into hooks route or removed | 100% or removed |
| @ruvector/learning-wasm | Always falls back to JS | 0% (WASM) | WASM-first with JS fallback + warning | 80%+ (WASM) |
| @ruvector/attention | Benchmark-only | ~5% | Production memory-search + benchmark | 60%+ |
| @ruvector/sona | Engine created, rarely invoked | ~10% | Active in hooks pretrain, neural train | 70%+ |
| @ruvector/rvagent-wasm | MCP-only | 40% | MCP + CLI (agent wasm-*) | 90%+ |
| @ruvector/ruvllm-wasm | MCP-only | 40% | MCP + CLI (neural wasm-infer) | 90%+ |
v3/@claude-flow/cli/package.json -- optionalDependencies declarationsv3/@claude-flow/cli/src/hooks/ -- hooks route commandv3/@claude-flow/cli/src/mcp/tools/ -- MCP tool definitions for rvagent and ruvllm