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
SENTRY_DSN=<optional V28 alert sink; absence must remain readable blocked readiness>
715
720
```
716
721
717
722
Do not set mock flags true on this deployment.
718
723
Do not point the Supabase custom provider token/userinfo URLs at localhost; Supabase cloud must be able to call the deployed Bitcode origin.
724
+
Do not deploy staging-testnet Read/Fit QA with `BITCODE_ASSET_PACK_REAL_INFERENCE`unset or false. Per-agent `*_USE_PTRR` flags are only diagnostic overrides; the staging posture is the global real-inference flag plus a real server-side model credential.
719
725
720
726
## Live Deployment Pass: First-Run Onboarding To Terminal Readiness
721
727
@@ -1145,8 +1151,10 @@ evidence must remain QA-only, must report
1145
1151
and must not be used for source-revision settlement, ledger finality, or a
1146
1152
commercial `worthy_fit` claim.
1147
1153
If the heavyweight pipeline exceeds the staging functionwindow,set
1148
-
`BITCODE_PIPELINE_HARNESS_MAX_RUNTIME_MS` below that window; the expected result
1149
-
is a `PipelineHarnessTimeoutError` artifact with the last execution and stream
1154
+
`BITCODE_PIPELINE_HARNESS_MAX_RUNTIME_MS` below that window. The deployed
1155
+
streaming route declares an 800 second ceiling, so staging should start with
1156
+
`BITCODE_PIPELINE_HARNESS_MAX_RUNTIME_MS=600000`; the expected timeout result is
1157
+
a `PipelineHarnessTimeoutError` artifact with the last execution and stream
0 commit comments