mirror of
https://github.com/ruvnet/RuView
synced 2026-06-17 11:33:19 +00:00
aeac5f5543
- published as github.com/ruvnet/worldgraph (3-crate workspace, history via git-filter-repo) - replace the 3 in-tree crates with one submodule at v2/crates/worldgraph - parent workspace: drop the 3 members, exclude the submodule (it is its own workspace), repoint workspace.dependencies(worldmodel) + engine/sensing-server path-deps into it - cargo metadata resolves clean (geo/worldgraph/worldmodel consumed from the submodule) Co-Authored-By: claude-flow <ruv@ruv.net>
32 lines
954 B
Plaintext
32 lines
954 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
|
|
[submodule "vendor/rufield"]
|
|
path = vendor/rufield
|
|
url = https://github.com/ruvnet/rufield
|
|
[submodule "v2/crates/ruview-swarm"]
|
|
path = v2/crates/ruview-swarm
|
|
url = https://github.com/ruvnet/ruv-drone.git
|
|
branch = main
|
|
[submodule "v2/crates/worldgraph"]
|
|
path = v2/crates/worldgraph
|
|
url = https://github.com/ruvnet/worldgraph.git
|
|
branch = main
|