ADR-260 (Accepted — v0.1 reference stack): RuField, the open specification for camera-free multimodal field sensing — one FieldEvent/FieldTensor/ FusionGraph/PrivacyClass/ProvenanceReceipt model above WiFi CSI/CIR/BFLD, UWB, BLE Channel Sounding, mmWave radar, ultrasound, subsonic, infrared, and quantum sensors. Published standalone as github.com/ruvnet/rufield and vendored here as the vendor/rufield submodule (the vendor/rvcsi pattern — not a v2/ workspace member). v0.1 reference stack: 6 crates, 60 tests/0 failed, clippy-clean. All benchmark metrics SYNTHETIC (simulator ground truth, no hardware). Co-authored-by: ruv <ruvnet@gmail.com> |
||
|---|---|---|
| .. | ||
| midstream@8f70d2bb9d | ||
| rufield@c6abe92746 | ||
| ruvector@a083bd77fa | ||
| rvcsi@72891d740f | ||
| sublinear-time-solver@c25dddf163 | ||
| README.md | ||
README.md
vendor/
Third-party dependencies managed as git submodules.
| Directory | Upstream | Description |
|---|---|---|
midstream/ |
ruvnet/midstream | Claude Flow middleware and agent orchestration |
ruvector/ |
ruvnet/ruvector | RuVector signal processing and ML pipelines |
sublinear-time-solver/ |
ruvnet/sublinear-time-solver | Sublinear-time optimization solvers |
All submodules track the main branch of their upstream repos.
Setup
After cloning this repo, initialize submodules:
git submodule update --init --recursive
Or clone with submodules in one step:
git clone --recurse-submodules https://github.com/ruvnet/RuView.git
Update to latest upstream
git submodule update --remote --merge
git add vendor/
git commit -m "chore: update vendor submodules"
A GitHub Actions workflow also checks for updates every 6 hours and opens a PR automatically.