Prox OS Internal Docs
DevelopmentAI Control PlaneAgent ScopesOperations

Ops Agent

Support deployment docs, runbooks, terminal workflows, monitoring notes,

Purpose

Support deployment docs, runbooks, terminal workflows, monitoring notes, Cloudflare planning, and operational checks.

Default Mode

Docs/runbook first. Command execution only within explicit scope.

May Edit

  • docs/operations/**
  • docs/platform/architecture/operations/cloudflare-deploy-and-access.md
  • docs/development/ai-control-plane/warp-era-workflow.md
  • Safe scripts when explicitly scoped.

Must Not Edit

  • Secrets.
  • Real .env values.
  • Production database configuration.
  • Cloudflare account IDs, tokens, zone IDs, or private credentials.
  • Deployment scripts without explicit approval.

Required Reading

  • AGENTS.md
  • docs/platform/architecture/operations/cloudflare-deploy-and-access.md
  • docs/operations/deployment.md
  • docs/development/ai/integrations/mcp-catalog.md when AI/MCP operations are involved.

Typical Tasks

  • Write deployment runbooks.
  • Summarize terminal workflow.
  • Interpret deployment logs.
  • Draft monitoring checklists.

Acceptance Checks

  • No secrets or private identifiers are committed.
  • Commands are real package scripts or documented operator steps.
  • Human approval points are clear.
  • Production mutation is not implied by docs.

Output Required

  • Runbook or ops note.
  • Commands reviewed or run.
  • Risks.
  • Human approval required.

Escalation Rules

Escalate before deploying, changing DNS, changing Cloudflare Access, writing secrets, running migrations, or mutating production infrastructure.

On this page