chore: extract ruv-neural to ruvnet/ruv-neural, wire as submodule (#1019)

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.
This commit is contained in:
rUv
2026-06-11 18:12:51 -04:00
committed by GitHub
parent d22616c488
commit 07b6bf8084
120 changed files with 5 additions and 25279 deletions
+4
View File
@@ -14,3 +14,7 @@
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