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
refactor(schema): use Schema.Int and consolidate PositiveInt/NonNegativeInt
- Replace bare Schema.Number.check(Schema.isInt()) with Schema.Int across
session/message-v2.ts (8 sites). Schema.Int is the canonical effect-smol
primitive for this check.
- Move PositiveInt and NonNegativeInt to util/schema.ts, replacing three
identical local definitions in config/agent.ts, config/config.ts, and
config/provider.ts, plus one inline site in config/server.ts and one in
session/message-v2.ts (retryCount).
SDK byte-identical. Typecheck clean.
0 commit comments