- sdkconfig.defaults.devkitc: header build command idf v5.2 -> v5.4 (source needs esp_driver_uart, IDF >=5.3 — same reason the PR fixed the README refs) - engine/lib.rs: separate doc comments — set_room_adapter's ADR-150 adapter/witness doc had merged into set_multistatic_config's doc - ui: apply stored bearer token at api.service.js module load instead of QuickSettings.init — services + dashboard tab dispatch their first /api/v1/* requests before initializeEnhancements() runs, so the first requests on every load went out without the Authorization header - CHANGELOG: Unreleased entries for #1308/#1309/#1310 Co-Authored-By: claude-flow <ruv@ruv.net> |
||
|---|---|---|
| .. | ||
| midstream@8f70d2bb9d | ||
| rufield@509d8ae29e | ||
| ruvector@a083bd77fa | ||
| rvcsi@77c8b6e051 | ||
| sublinear-time-solver@47804fc5ca | ||
| 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.