Files
opencode/packages
Kit Langton 1dae9c2369 fix: lazy runtime imports in facades to break bundle cycles
All service facades now use @/effect/run (lazy runtime import) instead
of directly importing @/effect/runtime. This breaks the circular
dependency chain that caused "undefined is not an object" crashes in
bun's bundled binary.

- Add src/effect/run.ts with run() and runInstance() lazy wrappers
- Strip all facades to runtime-only functions (no schema re-exports)
- Consumers that need schemas import from service modules directly
- Update specs/effect-migration.md with facade rules and full list
2026-03-20 18:57:23 -04:00
..
2026-03-19 18:54:32 -04:00
ci
2026-01-29 23:17:57 -05:00
2026-01-21 14:36:21 -06:00
2026-03-19 18:44:24 -04:00
2026-03-16 02:33:48 +00:00
2026-03-19 18:44:24 -04:00
2026-03-19 17:52:50 +00:00
2026-03-16 02:33:48 +00:00
2026-03-20 05:24:27 +00:00
2026-03-16 02:33:48 +00:00