DEC-0019: Agent Operations Center — Codex Ownership Transfer
Decision
Transfer ownership of the Agent Operations Center (/internal/* routes),
the telemetry harvester (scripts/agent-telemetry.py), and the associated
governance infrastructure to Codex as the ongoing maintainer.
Context
PR-0134 through PR-0138 established:
- Plan-mode governance rules and context health tracking
- A 12-subcommand telemetry harvester producing dated JSON snapshots
- Prompt schema v1.1 with routing and evaluation fields
- A 4-page internal dashboard (dashboard, prompts, telemetry, content)
- DEC-0018 conceptual framework for agent PM
- Perplexity's HRO handoff research (PR-0137)
Cursor built the initial system. The human is now handing ownership to Codex for continuous improvements, refinements, and automation opportunities.
Scope of Ownership
Codex owns and maintains:
site/app/internal/*— all operations center pages and componentssite/app/api/internal/*— internal API routessite/lib/telemetry/— telemetry data loading utilitiesscripts/agent-telemetry.py— the harvester script- Makefile
telemetry-*targets .cursor/rules/context-health.mdc— context health protocol.cursor/rules/plan-mode-discipline.mdc— plan-mode governanceproject-log/telemetry/— telemetry data directory
Codex does not own (unchanged):
prompts/_schema.yamlandscripts/prompt-queue.py— shared infrastructure, any agent may propose changes.cursor/rules/agent-accountability.mdc— shared governance, changes require human approvalAGENTS.md— shared governance document
Expectations
- Continuous improvement of dashboard views and data quality
- Identify and implement automation opportunities (scheduled harvests, automated health checks, CI integration)
- Extend telemetry coverage as new data sources become available
- Refine the PM framework abstractions (sprints/context cycles, epics, velocity) based on DEC-0018 and PR-0137 research
- Keep the website log current per AGENTS.md §Website Log Protocol