Admin client pointed at the persistent EVAL Supabase branch (a separate, isolated
instance — never prod). Reads EVAL_BRANCH_* so it can never collide with the prod
SUPABASE_* client: the clone reads from prod via createSupabaseAdminClient
and writes here. Keep this the ONLY client used for eval-branch writes — read-prod /
write-branch is the guardrail that keeps prod untouched.
Admin client pointed at the persistent EVAL Supabase branch (a separate, isolated instance — never prod). Reads
EVAL_BRANCH_*so it can never collide with the prodSUPABASE_*client: the clone reads from prod via createSupabaseAdminClient and writes here. Keep this the ONLY client used for eval-branch writes — read-prod / write-branch is the guardrail that keeps prod untouched.