You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): os migrate apply refuses before writing any DDL on an unloadable host config (#13383)
* fix(cli): os migrate apply refuses before any DDL on an unloadable host config (#13118)
Maintainer ruling 2026-08-29, verbatim 「同意」, option 2: refuse first, write
no DDL, exit non-zero. #12953 had ruled only the exit status, so the same run
reconciled the operator's schema against a set it had just called UNMEASURED.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TvqBFLRzXdSPcbusDoED9k
* test(cli): type the sqlite catalog probe structurally so TEST_DEBT stays at 144
`check:type-check-debt --re-measure` measured @objectstack/cli at 145 raw
errors against a frozen 144: the knex handle was reached through
`{ knex: (t: string) => unknown }`, so `.select()` on it was TS2571. The
ratchet is shrink-only, so the fix is the error, never the entry.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TvqBFLRzXdSPcbusDoED9k
---------
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
0 commit comments