mirror of
https://github.com/ruvnet/RuView
synced 2026-07-11 15:33:19 +00:00
chore: extract ruv-neural to ruvnet/ruv-neural, wire as submodule
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. Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user