--- name: hive description: ARCANUM Hive mesh management. Check node status, provision new nodes, manage Ansible playbooks, and plan v22 "Hive Mind" features. Targets Syn_OS v22 milestone. argument-hint: [action: status|provision|plan] allowed-tools: Bash, Read, Grep, Glob, Agent, WebSearch --- ARCANUM Hive mesh management for Syn_OS v22 "Hive Mind". Action: $ARGUMENTS (default: status) ## If action is "status": Check all ARCANUM Hive nodes: | Node | IP | WG IP | Role | |------|-----|-------|------| | laptop | | | Primary | | compute-node | | | compute node | | worker1 | | | Hive Worker | | worker2 | | | Hive Worker | | worker3 | | | Hive Worker | | worker4 | | | Hive Worker | | mcserver | | | MC + AI Workers | | noc | | | Grafana/Prometheus | For each: ping, check Tailscale status, report up/down. Also check: Grafana NOC at :3000, ALFRED API at :8888. ## If action is "provision": Guide provisioning a new hive node using Ansible: 1. Reference inventory at `arcanum/ansible/hosts` in the Syn_OS repo 2. Run `worker-init.sh` or appropriate provisioning script 3. Verify Tailscale enrollment 4. Verify VLAN 66 connectivity 5. Run post-provision health check ## If action is "plan": Plan next v22 "Hive Mind" features from FEV.md: - Hive-aware init — on boot, auto-discovers VLAN 66 peers - Distributed synpkg — package ops replicated across nodes - Integrated Tailscale + WireGuard at OS layer - Node health in shell prompt (live hive status) - Claude Code + local LLM baked into base install - Cell BE compute dispatch (offload jobs to compute node SPEs) - Arcanum USB as first-class boot target - OTA update system from SynOSdev/Syn_OS USB mirror Review current implementation state in repo and identify next actionable task.