StartupVerificationMode
StartupVerificationMode =
"in-process"|"deploy-time"
Defined in: packages/server/src/mutations/route.ts:48
How the write path handles its remaining startup query class — the RLS auth-helper verify (ADR-0030 decision 3). The apply-function drift guarantee moved into the call itself (self-verifying function), so this now governs ONLY that helper check:
"in-process"(default): keep today’s boot-timeverifyRlsAuthHelpersand its clear startup error."deploy-time": skip it — the migration pipeline owns that guarantee, so a fresh (serverless) worker sends ZERO queries before the mutation transaction itself.