Files
anomalyco_opencode/packages/opencode/test
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-10 02:02:18 +00:00
2025-11-06 13:03:12 -05:00
2026-03-18 23:45:03 +00:00
2026-03-18 17:37:40 +00:00
2025-09-09 23:44:04 -04:00
2025-12-11 19:20:23 +01:00