Operations truth
Service restoration checklist
This page is intentionally honest: a service is marked live only after DNS and HTTP verification.
Cloudflare restore sequence
MillerDev AI pipeline
sequenceDiagram
participant Human
participant Codex
participant Claude
participant Gemini
participant Git
Human->>Codex: Goal + constraints
Codex->>Codex: Inspect + implement + test
Codex->>Claude: Review architecture when available
Codex->>Gemini: Request draft only when useful
Codex->>Git: Commit after verification
Codex->>Human: Files, commands, tests, risks