mirror of
https://github.com/ruvnet/RuView
synced 2026-08-09 20:21:43 +00:00
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:
@@ -1,8 +1,8 @@
|
||||
[package]
|
||||
name = "wifi-densepose-swarm"
|
||||
name = "ruview-swarm"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "Drone swarm control system — hierarchical-mesh topology, Raft consensus, MARL, CSI sensing integration (ADR-148)"
|
||||
description = "RuView drone swarm control system — hierarchical-mesh topology, Raft consensus, MARL, CSI sensing integration (ADR-148)"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[features]
|
||||
Reference in New Issue
Block a user