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 |
||
|---|---|---|
| .. | ||
| compaction.test.ts | ||
| instruction.test.ts | ||
| llm.test.ts | ||
| message-v2.test.ts | ||
| messages-pagination.test.ts | ||
| prompt.test.ts | ||
| retry.test.ts | ||
| revert-compact.test.ts | ||
| session.test.ts | ||
| structured-output-integration.test.ts | ||
| structured-output.test.ts | ||
| system.test.ts | ||