17-May-2026 — self-heal missing AUTH_SECRET when resuming a pre-#258 environment ref: #260

build 647commit 33d25ff


env-setup: self-heal missing AUTH_SECRET when resuming a pre-#258 environment (#260)

Environments whose DB record was written before #258 can lack AUTH_SECRET in envConfig.secrets - the wizard generated it in memory and wrote it to a now-defunct non-vcs/secrets/ file but never persisted it. Resuming such an environment failed at the deployToFlyio pre-flight check with "missing required secrets [AUTH_SECRET]", forcing a destroy/recreate or a hand-backfill into the DB document.

resumeEnvironment now classifies missing REQUIRED_SECRETS before deploy: