Files
anomalyco_opencode/packages/opencode/test
Kit Langton 6f9c7812d3 fix(bus): tighten GlobalBus payload and BusEvent.define types
Constrain BusEvent.define to ZodObject instead of ZodType so TS knows
event properties are always a record. Type GlobalBus payload as
{ type: string; properties: Record<string, unknown> } instead of any.

Refactor watcher test to use Bus.subscribe instead of raw GlobalBus
listener, removing hand-rolled event types and unnecessary casts.
2026-03-21 14:24:51 -04:00
..
2026-03-21 04:52:23 +00:00
2026-03-20 16:11:21 +00:00
2026-03-10 02:02:18 +00:00
2025-11-06 13:03:12 -05:00
2026-03-18 17:37:40 +00:00
2026-03-20 22:49:55 -04:00
2025-09-09 23:44:04 -04:00
2025-12-11 19:20:23 +01:00