Files
opencode/packages
Kit Langton f63a2a2636 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-18 20:57:08 -04:00
..
2026-03-18 14:30:55 -04:00
2026-03-16 02:33:48 +00:00
2026-03-17 23:31:14 -04:00
2026-03-16 02:33:48 +00:00
2026-03-17 23:31:14 -04:00
2026-03-16 02:33:48 +00:00
2026-03-18 19:26:32 +05:30
2026-03-16 02:33:48 +00:00
2026-03-18 20:28:41 -04:00