15 vitest specs total:
- 9 lifted from authd's tests/db/migrate.test.ts. Specs that referenced
the on-disk migrations dir now write fixtures into a per-test tmpdir
(package ships no migrations dir of its own).
- 3 new specs covering the genesisProbeTable parameter (default, custom
table name, opt-out via stampGenesis=false).
- 3 new specs covering runMigrateCli (migrate / status / stamp) using
PassThrough stream capture.