{
  "id": "control-plane",
  "title": "AIIdiots — The Control Plane",
  "asOf": "2026-06-18",
  "humanRoute": "/control-plane",
  "posture": "local",
  "purpose": "The summit of the Path (station 8) and the third leg of the triad: Informed Command (doctrine) -> Control Point (one agent) -> Control Plane (the fleet). The same command surface scaled from one agent to many: one front door over the whole fleet, so you read fleet status instead of ten transcripts. Public-safe shape only — no fleet infrastructure, identities, or secrets.",
  "thesis": "Command of one agent is the Control Point; command of many is the Control Plane. You talk to it like a chief of staff and your attention goes to judgment, not to babysitting any single worker.",
  "capabilities": [
    { "id": "front-door", "name": "One front door", "what": "Address the fleet as a whole; the plane routes, delegates, and follows through behind it." },
    { "id": "rolled-up-status", "name": "Rolled-up status", "what": "Every agent's state on one surface; convergence visible without opening anything. The Informed Command monitor moment at fleet scale." },
    { "id": "authority", "name": "Per-agent authority", "what": "Each agent runs inside its own envelope of reads, writes, calls, and blast radius." },
    { "id": "lifecycle", "name": "Lifecycle and locks", "what": "The plane owns start, stop, respawn, and one lock per job so a status check never launches a second worker." },
    { "id": "receipts", "name": "Cross-fleet receipts", "what": "Proof across the whole fleet gathered in one place, not scattered across machines." },
    { "id": "escalation", "name": "Escalation routing", "what": "Noise reserved for what needs a human; everything else stays ambient." }
  ],
  "realityCheck": [
    { "claim": "A real multi-machine fleet does long unattended work and leaves receipts.", "status": "real" },
    { "claim": "Command of a single agent (the Control Point) is doctrine the site practices.", "status": "real" },
    { "claim": "A single unified front door over the whole fleet.", "status": "partial" },
    { "claim": "Fully rolled-up real-time observability across every agent at once.", "status": "horizon" }
  ],
  "triad": [
    { "name": "Informed Command", "route": "/informed-command" },
    { "name": "Control Point", "route": "/informed-command" },
    { "name": "Control Plane", "route": "/control-plane" }
  ],
  "relatedRoutes": ["/path", "/informed-command", "/architecture"]
}
