- wifi-densepose-rufield: add version="0.1.0" to the four rufield path deps — rufield-core/-provenance/-privacy/-fusion are now published to crates.io, making this crate (and wifi-densepose-sensing-server 0.3.4) publishable - v2/crates/worldgraph -> 4441bc0: wifi-densepose-worldgraph 0.3.2 published (adds prune_semantic_states; unblocks wifi-densepose-engine 0.3.1 publish) - vendor/rufield -> f3c1492: breaks the fusion<->adapters circular dev-dependency (path-only dev-dep, stripped at publish) Closes the crates.io publish blockers in #1334. Co-Authored-By: claude-flow <ruv@ruv.net> |
||
|---|---|---|
| .. | ||
| midstream@92250c20d8 | ||
| rufield@f3c149296a | ||
| ruvector@f3de1724fa | ||
| 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.