mirror of
https://github.com/ruvnet/RuView.git
synced 2026-05-17 04:19:13 +00:00
rvCSI — the edge RF sensing runtime incubated here as `v2/crates/rvcsi-*` (ADR-095, ADR-096, PR #542) — now has a standalone home at github.com/ruvnet/rvcsi (9 crates published to crates.io, @ruv/rvcsi on npm, a Claude Code plugin). This vendors it under `vendor/rvcsi`, alongside `vendor/ruvector` / `vendor/midstream` / `vendor/sublinear-time-solver`. Follow-up: migrate the workspace to consume `vendor/rvcsi/crates/rvcsi-*` and drop the inline `v2/crates/rvcsi-*` copies (kept for now so this change is a pure addition). Co-Authored-By: claude-flow <ruv@ruv.net>
16 lines
477 B
Text
16 lines
477 B
Text
[submodule "vendor/midstream"]
|
|
path = vendor/midstream
|
|
url = https://github.com/ruvnet/midstream
|
|
branch = main
|
|
[submodule "vendor/ruvector"]
|
|
path = vendor/ruvector
|
|
url = https://github.com/ruvnet/ruvector
|
|
branch = main
|
|
[submodule "vendor/sublinear-time-solver"]
|
|
path = vendor/sublinear-time-solver
|
|
url = https://github.com/ruvnet/sublinear-time-solver
|
|
branch = main
|
|
[submodule "vendor/rvcsi"]
|
|
path = vendor/rvcsi
|
|
url = https://github.com/ruvnet/rvcsi
|
|
branch = main
|