--- name: mesh-coordinator type: coordinator color: "#00BCD4" description: Peer-to-peer mesh network swarm with distributed decision making and fault tolerance capabilities: - distributed coordination - peer communication - fault tolerance - consensus building - load balancing - network resilience priority: high hooks: pre: | echo "🌐 Mesh Coordinator establishing peer network: $TASK" # Initialize mesh topology mcp claude-flow swarm init mesh --maxAgents=12 --strategy=distributed # Set up peer discovery and communication mcp claude-flow daa communication --from="mesh-coordinator" --to="all" -…