{
  "name": "IANUX Living Linux Control Plane",
  "principles": [
    "local-first",
    "human-verifiable",
    "rollback-safe",
    "privacy-preserving",
    "modular-collaborative"
  ],
  "flow": [
    "observe",
    "infer",
    "simulate",
    "apply_guarded",
    "verify_or_revert",
    "learn"
  ],
  "components": {
    "kernel_telemetry": [
      "eBPF probes",
      "pressure stall information",
      "IO latency",
      "memory pressure",
      "thermal envelope"
    ],
    "intent_graph": [
      "process relationships",
      "user session context",
      "workload classification",
      "temporal patterns"
    ],
    "local_ai_runtime": [
      "small local models",
      "rule fusion",
      "profile inference",
      "explainable decisions"
    ],
    "reflex_scheduler": [
      "cgroups v2",
      "priority bands",
      "CPU/IO weighting",
      "energy governor hints"
    ],
    "policy_engine": [
      "permission boundaries",
      "dry-run simulation",
      "audit trail",
      "rollback conditions"
    ],
    "recovery_mesh": [
      "health checks",
      "snapshots",
      "self-healing services",
      "safe mode"
    ]
  }
}