- Add branch = main to each submodule in .gitmodules - Add GitHub Actions workflow that checks every 6 hours for upstream updates and opens a PR automatically Co-Authored-By: claude-flow <ruv@ruv.net>
Replace 9,608 tracked vendor files (~737MB) with git submodule pointers to their upstream repositories: - vendor/midstream -> https://github.com/ruvnet/midstream - vendor/ruvector -> https://github.com/ruvnet/ruvector - vendor/sublinear-time-solver -> https://github.com/ruvnet/sublinear-time-solver This dramatically reduces repo size and ensures vendor code stays in sync with upstream. New clones should use: git clone --recurse-submodules Existing clones should run: git submodule update --init --recursive Co-Authored-By: claude-flow <ruv@ruv.net>