Files
anomalyco_opencode/packages/opencode/test
Kit Langton 992f4f794a fix(bus): use GlobalBus for InstanceDisposed in legacy subscribeAll
The sync callback API can't wait for async layer acquisition, so
delivering InstanceDisposed through the PubSub stream is a race
condition. Instead, the legacy subscribeAll adapter listens on
GlobalBus for InstanceDisposed matching the current directory.

The Effect service's stream ending IS the disposal signal for
Effect consumers — this is only needed for the legacy callback API.

Also reverts forceInvalidate, fiber tracking, priority-based
disposal, and other workaround attempts. Clean simple solution.
2026-03-19 09:40:39 -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