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
Fix: route-sync tracks the prod (release) contract, not main (staging)
demo2 main builds to staging; prod is the `release` branch. The SDK defaults to
app.textql.com (prod), so syncing against main would advertise routes before
prod serves them — the lead/lag break this guard exists to prevent. Default
MANIFEST_REF to `release` and soft-skip when the manifest isn't on that ref yet
(bootstrap), failing loudly only on real fetch errors.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments