Runtime-independent orchestration for Mission Control
Every Mission Control ticket follows a simple loop. This is the outer quality gate. Dev-loop is the inner quality gate (how the worker does its work).
Every runtime adapter must satisfy:
Architecture/docs gate: Any change to MC runtime architecture, PKA operating behavior, or canonical docs requires Atlas-style review/signoff.
Code/runtime gate: Runtime adapter changes need test coverage and manual preflight before production routing.
UI gate: Tessa must validate UI-touching changes in a real browser before done.
Secrets/security gate: Runtime changes that touch auth, tokens, or API keys need explicit security review.
agent-control-room/ — Thin governance layer. Links to canonical docs, does NOT duplicate live state.
mission-control/ — Source of truth for tickets, runtime ledger, scheduler, workbench, history.
reports/ — Living plans, status reports, dated evidence.
luci-manifest.md / CAPABILITIES.md — System inventory and capabilities reference.
agent-control-room/
README.md
shared/
commands.md # common inspection commands
docs/
runtime-independence.md
runtime-profiles.md
runtime-portability-inventory.md
subscription-aware-routing-policy.md
webui-governance.md
runbooks/
runtime-profile-change.md
runtime-retirement-migration.md
runtime-switch-continuity.md
recover-stuck-worker.md
As of 2026-05-24:
reports/mission-control-recovery-prd-status-2026-05-24.md for live tracking.