chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-29 17:58:20 +00:00
parent d4fd528152
commit d6e54e9042
17 changed files with 84 additions and 21 deletions
@@ -21,7 +21,9 @@ afterEach(async () => {
await disposeAllInstances()
})
const it = testEffect(Layer.mergeAll(LayerNode.compile(LayerNode.group([CrossSpawnSpawner.node, FSUtil.node])), testInstanceStoreLayer))
const it = testEffect(
Layer.mergeAll(LayerNode.compile(LayerNode.group([CrossSpawnSpawner.node, FSUtil.node])), testInstanceStoreLayer),
)
function withTmp<T, A, E, R>(
init: (dir: string) => Promise<T>,