Files
opencode/packages
Kit Langton b9de3ad370 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-19 15:12:21 -04:00
..
2026-03-19 16:16:29 +00: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-19 17:52:50 +00:00
2026-03-16 02:33:48 +00:00
2026-03-16 02:33:48 +00:00
2026-03-19 04:46:39 +00:00