refactor(swarm): rename wifi-densepose-swarm → ruview-swarm

The swarm control system is a RuView-level capability (drone coordination,
Raft consensus, MARL) that operates above the wifi-densepose sensing layer
rather than being a sub-component of it. Rename aligns with the project
identity and separates coordination infrastructure from sensing modules.

Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
ruv
2026-05-30 01:30:14 -04:00
parent 944e014c59
commit 802176c02d
50 changed files with 24 additions and 24 deletions
Generated
+21 -21
View File
@@ -7415,6 +7415,27 @@ version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "753a07254fa68db183949ec6c7575d890da4d42404afabc11d610a720fcf570c"
[[package]]
name = "ruview-swarm"
version = "0.1.0"
dependencies = [
"async-trait",
"criterion",
"hmac",
"mavlink",
"nalgebra",
"ort",
"rand 0.8.5",
"serde",
"sha2",
"thiserror 2.0.18",
"tokio",
"tokio-test",
"toml 0.8.23",
"tracing",
"wifi-densepose-core",
]
[[package]]
name = "ryu"
version = "1.0.23"
@@ -11010,27 +11031,6 @@ dependencies = [
"wifi-densepose-ruvector",
]
[[package]]
name = "wifi-densepose-swarm"
version = "0.1.0"
dependencies = [
"async-trait",
"criterion",
"hmac",
"mavlink",
"nalgebra",
"ort",
"rand 0.8.5",
"serde",
"sha2",
"thiserror 2.0.18",
"tokio",
"tokio-test",
"toml 0.8.23",
"tracing",
"wifi-densepose-core",
]
[[package]]
name = "wifi-densepose-train"
version = "0.3.1"