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
chore: remove type compatibility verification section
Remove the unused type check assertions at the end of types.ts.
These were compile-time only checks that didn't provide runtime value
and added maintenance burden.
The Infer<typeof> type exports remain as they're tied to local schemas
which have SDK-specific enhancements (AssertObjectSchema, z.preprocess, etc).
Types.ts: 1166 lines (down from 1209)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments