Skip to content

Adventive — Cloudflare Platform Standards

Evergreen standards, SOPs, and reference material for every Cloudflare service Adventive uses. One folder per service. Time-bounded rollout work lives in projects/, not here.

Services

Service Folder Status
Workers workers/ Active SOP — naming, wrangler, secrets, QA, DR, worker-stub
Tunnel tunnel/ Reference area — populated after rollout completes

Planned (add when needed)

  • access/ — Cloudflare Access policies, IdP integration, group definitions
  • pages/ — Pages deployments, build configs, framework patterns
  • r2/ — R2 bucket layout, lifecycle, access patterns
  • d1/ — D1 database conventions, migration policy
  • zero-trust/ — Zero Trust posture, device posture, gateway policies

Convention

Each service folder includes:

<service>/
├── README.md                      What this service is, who owns it, status
├── 01-…05-…                       Numbered SOP sections in plain Markdown
├── Adventive_Cloudflare_<Service>_SOP.pdf   WeasyPrint deliverable
└── (optional scaffolds, e.g. workers/worker-stub/)