ci/woodpecker/pr/ci Pipeline was successful
N1: resolveSchemaCheckConfigPath drops the MOSAIC_CONFIG env candidate entirely (mirrors apps/gateway/src/env.ts's deliberate env-has-no-config-authority stance; a stale env var could verify a database the daemon never reads). verify.ts now passes undefined rather than the env var. New spec: a decoy MOSAIC_CONFIG must never win over the daemon-written config. N2: install treats a THROWN post-install verification as fatal (exit 1 with remediation pointer) in addition to the existing result-object hard-fail — an install must never report success over an unverified database, whichever way the check failed.