cloudaxe-opencode/packages/opencode/test/fixture
Kit Langton 46996e5a67 refactor(opencode): extract managed-runtime helper, prune adapter dead code
- Extract makeManagedRuntime() to src/effect/managed-runtime.ts so AppRuntime
  and BootstrapRuntime stop duplicating the lazy ManagedRuntime + dispose
  pattern, and document the shared-memoMap dispose ordering invariant.
- Add lazy.resetIf(expected) and use it in 3 compare-and-reset call sites
  (db.close, AppRuntime.dispose, disposeWebHandler).
- Drop dead `filename` option from EffectDrizzleSqlite MakeConfig.
- Drop redundant `patched` IIFE flag (patchClass is already idempotent).
- Add module-load assertion that Effect's protocol keys are present so a
  silent breakage on an Effect upgrade becomes a loud failure at import.
- Collapse share-next test `live()` into the wider `wired()` factory.
- Document lifecycle constraint in db-effect.ts and test/fixture/db.ts.
2026-05-02 23:23:32 -04:00
..
lsp feat: support pull diagnostics in the LSP client (C#, Kotlin, etc) (#23771) 2026-04-23 00:25:40 -04:00
skills chore: generate 2026-02-19 20:12:16 +00:00
config.ts fix(instance): run bootstrap from instance store (#25475) 2026-05-02 19:33:38 -04:00
db.ts refactor(opencode): extract managed-runtime helper, prune adapter dead code 2026-05-02 23:23:32 -04:00
fixture.test.ts fix(git): stop leaking fsmonitor daemons e.g. 60GB+ of commited memory after running tests (#16249) 2026-03-06 15:42:08 +10:00
fixture.ts Normalize instance lifecycle wiring (#25501) 2026-05-02 20:39:20 -04:00
flock-worker.ts refactor: rename shared package to core (#24309) 2026-04-25 10:59:17 -04:00
plug-worker.ts refactor: remove module barrels (#24554) 2026-04-27 14:33:33 -04:00
plugin-meta-worker.ts fix: remove 10 unused type-only imports and declarations (#22696) 2026-04-16 02:17:59 +00:00
tui-plugin.ts rector(core,tui): handle workspace state in project context, add workspace status, improve ui (#21896) 2026-04-10 13:03:20 -04:00
tui-runtime.ts CLI perf: reduce deps (#22652) 2026-04-16 02:03:03 -04:00