Third-party dependencies managed as git submodules.
All submodules track the main branch of their upstream repos.
After cloning this repo, initialize submodules:
git submodule update --init --recursiveOr clone with submodules in one step:
git clone --recurse-submodules https://github.com/ruvnet/RuView.gitgit 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.
