cloudaxe-opencode/packages/opencode/test/fixture
Kit Langton bb039496d5 refactor: propagate Instance context through Effect fibers via InstanceRef
Add a ServiceMap.Reference that carries InstanceContext through the
Effect service graph so child fibers retain instance context even when
resumed by external I/O events outside the ALS boundary.

- Add InstanceRef to instance-state.ts; InstanceState.get/has/invalidate
  try the Reference first, fall back to ALS
- makeRuntime automatically captures ALS into InstanceRef at the boundary
- provideInstance (test fixture) sets InstanceRef for Effect.runPromiseWith
- Remove all redundant provideInstance(dir) wrappers from prompt tests
- Fix test/lib/effect.ts type params (drop unnecessary S/T generics)
2026-03-31 16:42:16 -04:00
..
lsp
skills
db.ts feat(core): basic implementation of remote workspace support (#15120) 2026-02-27 15:36:39 -05: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 refactor: propagate Instance context through Effect fibers via InstanceRef 2026-03-31 16:42:16 -04:00
flock-worker.ts tui plugins (#19347) 2026-03-27 15:00:26 +01:00
plug-worker.ts tui plugins (#19347) 2026-03-27 15:00:26 +01:00
plugin-meta-worker.ts tui plugins (#19347) 2026-03-27 15:00:26 +01:00
tui-plugin.ts prompt slot (#19563) 2026-03-29 00:27:27 +01:00
tui-runtime.ts Refactor into plugin loader and do not enforce (#20112) 2026-03-30 20:36:21 +02:00