From f2525d7a0dd6d5b7119a1397ad53f6bacbd09233 Mon Sep 17 00:00:00 2001 From: ruv Date: Tue, 12 May 2026 22:52:12 -0400 Subject: [PATCH] chore(vendor): add rvcsi as a vendor submodule (github.com/ruvnet/rvcsi) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .gitmodules | 4 ++++ vendor/rvcsi | 1 + 2 files changed, 5 insertions(+) create mode 160000 vendor/rvcsi diff --git a/.gitmodules b/.gitmodules index f52b04d9..f0f41072 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,7 @@ 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 diff --git a/vendor/rvcsi b/vendor/rvcsi new file mode 160000 index 00000000..acd5689d --- /dev/null +++ b/vendor/rvcsi @@ -0,0 +1 @@ +Subproject commit acd5689d9f995dc9952bc924268d42e52aae547f