# 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.

- Skill: `peteromallet/live-supervisor` (Agent Skill, multi-file: 8 files)
- Install (CLI): `npx skillmds@latest add peteromallet/live-supervisor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/peteromallet/live-supervisor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: peteromallet (https://skillmd.com/u/peteromallet)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/peteromallet/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.

# 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.json` — `recheck_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.

