You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not a code/wrangler issue — npx tsx identity/scripts/validate-fractal-scopes.ts passes against both wrangler.jsonc and deploy/system-wrangler.jsonc
Not a Hyperdrive provisioning issue — both CHITTYOS_CORE_DB (1d12...d15a) and SERVICE_SCOPE_DB (8915...ea7b) exist in account 0bc21e3a5a9de1a4cc843be9c3e98121
CF Workers Builds integration is misconfigured at the Cloudflare side — the build is being short-circuited before any actual build step runs. Possibilities:
Build configured against the wrong branch/path filter
Two competing wrangler files (wrangler.jsonc at root vs deploy/system-wrangler.jsonc) confusing the integration
Build command empty / node_version unset / repo connection stale
Disable Workers Builds and rely on wrangler deploy from the existing GH Actions deploy workflow (current state is "always-red required check")
This is currently masking real build failures — auto-merge has to ignore Workers Builds to land any PR. PR #108 was merged through this state on 2026-04-24.
Symptom
The CF Workers Builds GitHub check on every recent PR and on
mainreportsfailureafter 0 seconds (started_at == completed_at):mainHEADThe check completes instantly with no actual build output, e.g.:
What it is not
npx tsx identity/scripts/validate-fractal-scopes.tspasses against bothwrangler.jsoncanddeploy/system-wrangler.jsoncCHITTYOS_CORE_DB(1d12...d15a) andSERVICE_SCOPE_DB(8915...ea7b) exist in account0bc21e3a5a9de1a4cc843be9c3e98121Likely cause (hypothesis)
CF Workers Builds integration is misconfigured at the Cloudflare side — the build is being short-circuited before any actual build step runs. Possibilities:
wrangler.jsoncat root vsdeploy/system-wrangler.jsonc) confusing the integrationnode_versionunset / repo connection staleAction requested
Inspect the build at https://dash.cloudflare.com/0bc21e3a5a9de1a4cc843be9c3e98121/workers/services/view/chittyfinance/production/builds/cd3b46ca-bb7d-4c39-8961-91e72a75eef7 and either:
wrangler deployfrom the existing GH Actions deploy workflow (current state is "always-red required check")This is currently masking real build failures — auto-merge has to ignore Workers Builds to land any PR. PR #108 was merged through this state on 2026-04-24.