Live Supervisor

> **Authority status (M11):** Zero-authority history. All repair, audit, and deployment authority has been migrated to canonical delegation. This document is retained for reference only — it must not be used to materialize commands, grant authority, or drive automated actions.

peteromallet 7e5a6f8 8 files · 49.0 KB Updated

File contents

Authority status (M11): Zero-authority history. All repair, audit, and deployment authority has been migrated to canonical delegation. This document is retained for reference only — it must not be used to materialize commands, grant authority, or drive automated actions.

live-supervisor

Input: a Snapshot dict passed as initial_state={"snapshot": <dict>}. The snapshot contains a scan_ts_utc ISO timestamp and a list of incidents, each with a plan_entry and a pre-computed signal_bundle.

Output: four JSON artifact files written under the supplied RuntimeEnvelope.artifact_root:

  • classify/classifications.json — per-incident health category
  • diagnose/diagnoses.json — per-incident diagnosis and normalized findings
  • repair_decision/repair_decisions.json — recommended action + allowlist verdict
  • recheck_emit/recheck_emit.jsonrecheck_after timestamp and resumable flag

The pipeline never sleeps, shells out, or makes network requests. Repair-agent credentials may be absent; in that case the repair decision degrades to no_repair_available rather than failing.

peteromallet/arnold/tree/main/arnold_pipelines/megaplan/pipelines/live_supervisor commit 7e5a6f8fd3

Frequently asked questions

npx skillmds@latest add peteromallet/live-supervisor