Ruview/vendor
rUv 686b255969
Merge pull request #1486 from ruvnet/chore/bump-rufield-submodule
chore: bump vendor/rufield submodule to upstream e65c90d
2026-07-31 10:14:48 -04:00
..
metaharness@87b6c517c7 chore: vendor ruvnet/metaharness as a git submodule 2026-07-30 18:00:03 -04:00
midstream@92250c20d8 chore: update vendor submodules to latest upstream (#1331) 2026-07-14 12:15:39 -04:00
rufield@e65c90d1b4 chore: bump vendor/rufield submodule to upstream e65c90d 2026-07-30 17:10:03 -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

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.