Files
anomalyco_opencode/packages/opencode/src/v2
Kit Langton 966f5acef4 refactor: tighten numeric schemas and simplify public.ts OpenAPI transform
- Replace Schema.Finite with NonNegativeInt/PositiveInt where values are
  always integers (timestamps, token counts, positions, PIDs, etc.)
- Simplify public.ts: remove finite-number normalization, TUI event
  hoisting, and sync replay inlining (all now handled at schema level)
- Add generic self-referencing $ref fixer for Effect OpenAPI generation
  bug where annotated union arms sharing AST nodes produce circular
  component schemas
- Keep: optional null stripping, workspace re-nulling, SSE response
  override, instance query param injection, query param type overrides
2026-04-28 21:33:50 -04:00
..