wifi-densepose/vendor
ruv 6962090e40 docs(adr-125): Apple HomePod user guide + README badge
- Add docs/user-guide-apple-homepod.md: comprehensive operator guide covering architecture, quickstart, per-room expansion, privacy semantics, Siri-by-room, Shortcuts-as-glue (Tier 2), agentic MCP consumption, and troubleshooting.
- Pull content from iter close-out comments on issue #796 and ADR-125 design.
- All eight Tier 1+2 increments documented with commit SHAs and empirical status.
- Update README.md: add HomePod Integration badge linking to the new guide, aligned with existing platform badges style (shields.io format, Apple logo, black background).

Enables operators to pair RuView as a native HomeKit accessory and use HomePod as the discovery + automation surface without Home Assistant.
2026-05-25 17:29:51 -04:00
..
midstream@8f70d2bb9d chore: update vendor submodules (#604) 2026-05-17 17:04:14 -04:00
ruvector@e383476014 docs(adr-125): Apple HomePod user guide + README badge 2026-05-25 17:29:51 -04:00
rvcsi@72891d740f chore: update vendor submodules (#604) 2026-05-17 17:04:14 -04:00
sublinear-time-solver@c25dddf163 chore: update vendor submodules (#634) 2026-05-19 10:11:01 -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.