Documentation Index
Fetch the complete documentation index at: https://smithers.sh/llms.txt
Use this file to discover all available pages before exploring further.
0.16.2
Patch release: declare the missing@effect/sql-sqlite-bun runtime dependency
in @smithers-orchestrator/engine so a fresh install of smithers-orchestrator
can actually run the CLI.
Fixes
@smithers-orchestrator/enginenow declares@effect/sql-sqlite-bunas a direct dependency.src/effect/single-runner.jsimports@effect/sql-sqlite-bun/SqliteClientbut the package wasn’t listed in the engine’spackage.json, so a cleanpnpm install smithers-orchestratorproduced an unresolvableCannot find module '@effect/sql-sqlite-bun/SqliteClient'as soon as anything touched the engine (includingsmithers ps). Downstream consumers previously had to add the dep themselves to unblock.