SSIRINXOperations

Operations truth

Service restoration checklist

This page is intentionally honest: a service is marked live only after DNS and HTTP verification.

Cloudflare restore sequence

1Attach Pages project to www.sirinx.co
2Redirect apex sirinx.co to www or bind apex separately
3Create app.sirinx.co Pages binding for admin dashboard
4Create api.sirinx.co Worker route with /health
5Create n8n.sirinx.co Tunnel/CNAME to the n8n service

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