Files
anomalyco_opencode/packages/opencode/test
Kit Langton 191a747405 fix: propagate InstanceRef across static function boundaries
- makeRuntime.provide reads InstanceRef from current Effect fiber when
  ALS is unavailable, bridging static function calls (like Bus.publish)
  that create new fibers from inside Effect code
- Database.transaction preserves Instance ALS via Instance.bind on the
  bun:sqlite transaction callback (native fn loses ALS)
- Instance.restore helper for bridging Effect→sync code with ALS
- InstanceState.withALS bridges InstanceRef back to ALS for sync callers
- prompt.ts: InstructionPrompt.clear wrapped with withALS
- Remove ALL provideInstance(dir) wrappers from prompt-effect tests
2026-03-31 16:42:17 -04:00
..
2026-03-31 16:42:13 -04:00
2026-03-31 16:42:13 -04:00
2026-03-31 16:42:13 -04:00
2026-03-20 16:11:21 +00:00
2026-03-26 15:49:53 +00:00
2026-03-26 18:42:59 +00:00
2025-11-06 13:03:12 -05:00
2026-03-31 16:42:13 -04:00
2025-12-11 19:20:23 +01:00