CC-INC-2026-001P3resolvedcodeconstitution.com DNS records absent on new zone
Zone b13823ff… added to Cloudflare without DNS records for apex / www / api / email. Every surface returned curl exit 6 (DNS_FAIL). The probe surface incorrectly reported these as HTTP 600 due to a stderr-merging bug.
Customer-facing only insofar as the public surface didn't resolve. No customer data affected; the GitHub App is still in early-access waitlist. Resolved before any external installs.
Two layers: (1) probe bug — `curl -sS … 2>&1 | tr -dc '0-9' | head -c 3` synthesised a fake HTTP 600 from the curl-error-6 + http-code 000 fallback. (2) Real cause — DNS records not provisioned after zone creation.
Probe rewritten to capture curl exit code separately and emit truthful DNS_FAIL / CONNECT_FAIL / TIMEOUT / TLS_FAIL verdicts. Shipped cc-dns-bootstrap.yml workflow that creates the four canonical CNAMEs idempotently. Operator action: trigger the workflow + (if not already done) point the domain's nameservers at Cloudflare's at the registrar.
codeconstitution.comapi.codeconstitution.com