mirror of
https://github.com/ruvnet/RuView
synced 2026-06-18 11:43:19 +00:00
07b6bf8084
The 12-crate brain-topology analysis ecosystem (v2/crates/ruv-neural) was a self-contained nested workspace with no inbound deps from the v2 workspace (verified: zero path references outside its own tree). Published standalone at github.com/ruvnet/ruv-neural and re-attached here as a submodule at the same path, so the build layout is unchanged while the project gets its own repo/CI/release cadence.
21 lines
604 B
Plaintext
21 lines
604 B
Plaintext
[submodule "vendor/midstream"]
|
|
path = vendor/midstream
|
|
url = https://github.com/ruvnet/midstream
|
|
branch = main
|
|
[submodule "vendor/ruvector"]
|
|
path = vendor/ruvector
|
|
url = https://github.com/ruvnet/ruvector
|
|
branch = main
|
|
[submodule "vendor/sublinear-time-solver"]
|
|
path = vendor/sublinear-time-solver
|
|
url = https://github.com/ruvnet/sublinear-time-solver
|
|
branch = main
|
|
[submodule "vendor/rvcsi"]
|
|
path = vendor/rvcsi
|
|
url = https://github.com/ruvnet/rvcsi
|
|
branch = main
|
|
[submodule "v2/crates/ruv-neural"]
|
|
path = v2/crates/ruv-neural
|
|
url = https://github.com/ruvnet/ruv-neural.git
|
|
branch = main
|