Files
opencode/packages
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 15:34:05 +00:00
2026-03-21 04:07:51 -04:00
…
2026-03-19 18:44:24 -04:00
2026-03-19 18:44:24 -04:00
2026-03-21 13:12:54 +00:00
2026-03-20 05:24:27 +00:00
…