Ruview/vendor
ruv 5780c239e4
Some checks failed
Firmware QEMU Tests (ADR-061) / Fuzz Testing (ADR-061 Layer 6) (push) Has been cancelled
Bench Regression Guard / bench compile-verify (--no-run) (push) Has been cancelled
Firmware QEMU Tests (ADR-061) / NVS Matrix Generation (push) Has been cancelled
BFLD MQTT Integration / cargo test --features mqtt (live mosquitto) (push) Has been cancelled
Continuous Integration / Code Quality & Security (push) Has been cancelled
Continuous Integration / Rust Workspace Tests (push) Has been cancelled
Continuous Integration / UI JavaScript Tests (push) Has been cancelled
Continuous Integration / Tests (push) Has been cancelled
Continuous Integration / Tests-1 (push) Has been cancelled
Continuous Integration / Tests-2 (push) Has been cancelled
nvsim Dashboard → GitHub Pages / build-and-deploy (push) Has been cancelled
Firmware CI / Verify version.txt matches release tag (push) Has been cancelled
Firmware CI / Build firmware (esp32s3 / 4mb) (push) Has been cancelled
Firmware CI / Build firmware (esp32c6 / c6-4mb) (push) Has been cancelled
Firmware CI / Build firmware (esp32s3 / 8mb) (push) Has been cancelled
Firmware QEMU Tests (ADR-061) / Build Espressif QEMU (push) Has been cancelled
Fix-Marker Regression Guard / Verify fix markers (push) Has been cancelled
nvsim-server → ghcr.io / build-and-publish (push) Has been cancelled
Point Cloud Viewer → GitHub Pages / build-and-deploy (push) Has been cancelled
Python Package CI / Wheel + parity tests (features=sota) (push) Has been cancelled
Python Package CI / Default wheel <= 5 MiB (ADR-117 §5.4) (push) Has been cancelled
ruview-swarm CI guard / tests (full+train) (push) Has been cancelled
ruview-swarm CI guard / tests (ruflo) (push) Has been cancelled
ruview-swarm CI guard / tests (train) (push) Has been cancelled
ruview-swarm CI guard / tests (default) (push) Has been cancelled
Security Scanning / Container Security Scan (push) Has been cancelled
ruview-swarm CI guard / clippy (-D warnings, --no-deps) (push) Has been cancelled
wifi-densepose sensing-server → Docker Hub + ghcr.io / build · push · smoke-test (push) Has been cancelled
three.js demos → GitHub Pages / build-and-deploy (push) Has been cancelled
Verify Pipeline Determinism / Verify Pipeline Determinism (push) Has been cancelled
ruview-swarm CI guard / build train_marl bin (push) Has been cancelled
ruview-swarm CI guard / ITAR / publish guard (push) Has been cancelled
Security Scanning / Static Application Security Testing (push) Has been cancelled
Security Scanning / Dependency Vulnerability Scan (push) Has been cancelled
Security Scanning / Infrastructure Security Scan (push) Has been cancelled
Security Scanning / Secret Scanning (push) Has been cancelled
Security Scanning / License Compliance Scan (push) Has been cancelled
Security Scanning / Security Policy Compliance (push) Has been cancelled
semconv / semconv (weaver) (push) Has been cancelled
Continuous Integration / Performance Tests (push) Has been cancelled
Continuous Integration / Docker Build & Test (push) Has been cancelled
Continuous Integration / API Documentation (push) Has been cancelled
Firmware QEMU Tests (ADR-061) / QEMU Test (boundary-max) (push) Has been cancelled
Firmware QEMU Tests (ADR-061) / QEMU Test (boundary-min) (push) Has been cancelled
Firmware QEMU Tests (ADR-061) / QEMU Test (default) (push) Has been cancelled
Firmware QEMU Tests (ADR-061) / QEMU Test (edge-tier0) (push) Has been cancelled
Firmware QEMU Tests (ADR-061) / QEMU Test (edge-tier1) (push) Has been cancelled
Security Scanning / Security Report (push) Has been cancelled
Continuous Integration / Notify (push) Has been cancelled
Bench Regression Guard / bench fast-run (informational, non-gating) (push) Has been cancelled
Firmware QEMU Tests (ADR-061) / QEMU Test (full-adr060) (push) Has been cancelled
Firmware QEMU Tests (ADR-061) / QEMU Test (tdm-3node) (push) Has been cancelled
Firmware QEMU Tests (ADR-061) / Swarm Test (ADR-062) (push) Has been cancelled
security: repair scanning and close stale alert sources
2026-08-02 15:22:13 -04:00
..
metaharness@18a82b3ddd security: repair scanning and close stale alert sources 2026-08-02 15:22:13 -04:00
midstream@583b32ef35 security: repair scanning and close stale alert sources 2026-08-02 15:22:13 -04:00
rufield@43b1df3dc3 security: repair scanning and close stale alert sources 2026-08-02 15:22:13 -04:00
ruvector@3472db7783 security: repair scanning and close stale alert sources 2026-08-02 15:22:13 -04:00
rvcsi@2ef4fd1e3a security: repair scanning and close stale alert sources 2026-08-02 15:22:13 -04:00
sublinear-time-solver@6ef45761e9 security: repair scanning and close stale alert sources 2026-08-02 15:22:13 -04:00
README.md docs: add vendor README with submodule setup instructions 2026-03-04 13:31:19 -05:00

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.