mirror of
https://github.com/ruvnet/RuView
synced 2026-07-19 16:53:18 +00:00
74e6779e4d
Bumps vendor/rufield to include CsiReplayAdapter: RuField now ingests real captured WiFi CSI (.csi.jsonl) → FieldTensor → CSI-variance motion/presence proxy → signed FieldEvents → fusion. Measured on 199 real frames: 182 fused inferences (115 breathing, 67 person_present) from real signal. Replay-from-file, unlabeled (proxy not validated accuracy) — live streaming + labeled accuracy remain roadmap; mmWave/thermal stay synthetic. Co-Authored-By: claude-flow <ruv@ruv.net>
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.