DeploymentProfile
Defined in: packages/server/src/index.ts:62
The deployment profile owns the server’s startup query posture (ADR-0030 decision 3). Its defaults
are the safe degradation posture — probe-and-verify at startup — so a long-lived host that never sets
it still verifies and degrades gracefully; serverless / per-request workers set
{ startupVerification: "deploy-time", operationsLog: "enabled" | "disabled" } for a
zero-startup-query first write.
Properties
Section titled “Properties”operationsLog?
Section titled “operationsLog?”
optionaloperationsLog?:OperationsLogStartupMode
Defined in: packages/server/src/index.ts:66
How the operations-log table presence is resolved. Default "probe".
startupVerification?
Section titled “startupVerification?”
optionalstartupVerification?:StartupVerificationMode
Defined in: packages/server/src/index.ts:64
Governs ONLY the RLS auth-helper verify now (apply-fn drift is self-verifying). Default "in-process".