mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-27 00:25:10 +00:00
Rebuilt all 4 versions from scratch: - v0.2.x: 1,049 classes, 13,869 functions, 3,375 RVF vectors - v1.0.x: 1,390 classes, 16,593 functions, 4,669 RVF vectors - v2.0.x: 1,612 classes, 20,395 functions, 5,712 RVF vectors - v2.1.x: 1,632 classes, 19,906 functions, 9,058 RVF vectors Structure: source/ (17 JS modules in subfolders) + rvf/ (9 containers) - Zero mixing: no JS in rvf dirs, no RVF in source dirs - 100% code coverage: uncategorized/ catches everything - 17 modules: core/3, tools/3, permissions/1, config/3, telemetry/1, ui/2, types/1, uncategorized/1 - 9 RVF containers per version (1 master + 8 per-category) Co-Authored-By: claude-flow <ruv@ruv.net> |
||
|---|---|---|
| .. | ||
| extracted | ||
| versions | ||
| 00-index.md | ||
| 01-overview-and-binary-structure.md | ||
| 02-tool-system.md | ||
| 03-agent-loop-and-execution-flow.md | ||
| 04-permission-system.md | ||
| 05-mcp-integration.md | ||
| 06-hooks-system.md | ||
| 07-context-and-session-management.md | ||
| 08-configuration-and-environment.md | ||
| 09-agent-and-subagent-system.md | ||
| 10-models-and-api.md | ||
| 11-telemetry-and-observability.md | ||
| 12-dependency-graph.md | ||
| 13-extension-points.md | ||
| 14-source-extraction.md | ||
| 15-core-module-analysis.md | ||
| 16-call-graphs.md | ||
| 17-class-hierarchy.md | ||
| 18-state-machines.md | ||
| 19-ruvector-integration-guide.md | ||
| 20-sota-decompiler-research.md | ||
| 21-model-weight-analysis.md | ||