wifi-densepose/vendor
rUv 306d009e72
feat(rufield): rufield-viewer live-ingest mode (submodule bump) (#1072)
Bumps vendor/rufield to add --source live --upstream: the dashboard ingests
RuView's /ws/field events, verifies each ed25519 receipt on ingest (forged
events flagged, never fused), and renders real RuView FieldEvents through the
same display path. Honest SYNTHETIC/LIVE/DISCONNECTED banner, mutually
exclusive, never mislabeled (409 on /api/run in live mode). Closes the
RuView↔RuField visual loop (ADR-262 surfaces). 26 tests, 0 failed.

Co-authored-by: ruv <ruvnet@gmail.com>
2026-06-14 14:24:13 -04:00
..
midstream@8f70d2bb9d chore: update vendor submodules (#604) 2026-05-17 17:04:14 -04:00
rufield@509d8ae29e feat(rufield): rufield-viewer live-ingest mode (submodule bump) (#1072) 2026-06-14 14:24:13 -04:00
ruvector@a083bd77fa ADR-152: WiFi-Pose SOTA 2026 intake — WiFlow-STD benchmark, Rust integrations, ADR-153 802.11bf layer, efficiency frontier (#1008) 2026-06-11 17:02:23 -04:00
rvcsi@72891d740f chore: update vendor submodules (#604) 2026-05-17 17:04:14 -04:00
sublinear-time-solver@c25dddf163 chore: update vendor submodules (#634) 2026-05-19 10:11:01 -04:00
README.md docs: add vendor README with submodule setup instructions 2026-03-04 13:31:19 -05:00

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.