mirror of
https://github.com/ruvnet/RuView
synced 2026-06-09 10:13:17 +00:00
c6f061a191
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>
10 lines
330 B
Plaintext
10 lines
330 B
Plaintext
[submodule "vendor/midstream"]
|
|
path = vendor/midstream
|
|
url = https://github.com/ruvnet/midstream
|
|
[submodule "vendor/ruvector"]
|
|
path = vendor/ruvector
|
|
url = https://github.com/ruvnet/ruvector
|
|
[submodule "vendor/sublinear-time-solver"]
|
|
path = vendor/sublinear-time-solver
|
|
url = https://github.com/ruvnet/sublinear-time-solver
|