wifi-densepose/vendor
ruv 9dceb976c7 chore(publish): version rufield deps + bump worldgraph/rufield submodules (#1334)
- 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>
2026-07-14 13:18:43 -04:00
..
midstream@92250c20d8 chore: update vendor submodules to latest upstream (#1331) 2026-07-14 12:15:39 -04:00
rufield@f3c149296a chore(publish): version rufield deps + bump worldgraph/rufield submodules (#1334) 2026-07-14 13:18:43 -04:00
ruvector@f3de1724fa chore: update vendor submodules to latest upstream (#1331) 2026-07-14 12:15:39 -04:00
rvcsi@77c8b6e051 chore: update vendor submodules to latest upstream (#1331) 2026-07-14 12:15:39 -04:00
sublinear-time-solver@47804fc5ca chore: update vendor submodules to latest upstream (#1331) 2026-07-14 12:15:39 -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.