Files
anomalyco_opencode/packages
Kit Langton 41367fa3ba refactor: use Schema.Finite instead of Schema.Number for OpenAPI-facing schemas
Schema.Number emits anyOf:[number, string enum(Infinity/-Infinity/NaN)] in
OpenAPI because JS numbers include non-finite values. Schema.Finite adds an
isFinite check so the OpenAPI output is just {type:"number"}, eliminating
the need for post-hoc normalization in public.ts.
2026-04-28 21:33:16 -04:00
..
2026-04-28 18:34:48 +00:00
2026-04-28 18:34:48 +00:00
2026-01-21 14:36:21 -06:00
2026-04-28 18:34:48 +00:00
2026-04-28 20:50:56 +00:00
2026-04-28 18:34:48 +00:00
2026-04-28 18:34:48 +00:00
2026-04-28 18:34:48 +00:00