Some checks are pending
CI — CoM Config Validation / Validate JSON Configs (push) Waiting to run
CI — CoM Config Validation / Validate YAML Configs (push) Waiting to run
CI — CoM Config Validation / Lint Shell Scripts (push) Waiting to run
CI — CoM Config Validation / Secret Detection (push) Waiting to run
CI — CoM Config Validation / Lint Markdown (push) Waiting to run
CI — CoM Config Validation / Validate CODEOWNERS (push) Waiting to run
Public, sanitized mirror of an AI orchestration command center: agents, skills, MCP servers, slash-command workflows. All infrastructure identifiers, hostnames, mesh IPs/subnets, repo paths, maintainer identity, and hardware fleet specifics scrubbed to <placeholders>; session debug logs and host-specific memory removed. No live credentials. Verified clean by automated leak sweep. See SANITIZATION.md. churchofmalware.org . authorized research only
49 lines
1.9 KiB
Markdown
49 lines
1.9 KiB
Markdown
---
|
|
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 | <mesh-ip> | <mesh-ip> | Primary <node> |
|
|
| compute-node | <mesh-ip> | <mesh-ip> | compute node |
|
|
| worker1 | <mesh-ip> | <mesh-ip> | Hive Worker |
|
|
| worker2 | <mesh-ip> | <mesh-ip> | Hive Worker |
|
|
| worker3 | <mesh-ip> | <mesh-ip> | Hive Worker |
|
|
| worker4 | <mesh-ip> | <mesh-ip> | Hive Worker |
|
|
| mcserver | <mesh-ip> | <mesh-ip> | MC + AI Workers |
|
|
| noc | <mesh-ip> | <mesh-ip> | Grafana/Prometheus |
|
|
|
|
For each: ping, check Tailscale status, report up/down.
|
|
Also check: Grafana NOC at <mesh-ip>:3000, ALFRED API at <mesh-ip>: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.
|