chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-13 14:50:34 +00:00
parent e28ef7b57c
commit 72acdf0505

View File

@@ -106,7 +106,12 @@ export const layer = Layer.effect(Service)(
workspace: yield* InstanceState.workspaceID,
}
: undefined
process(def, event, { publish, context, ownerID: options?.ownerID, experimentalWorkspaces: flags.experimentalWorkspaces })
process(def, event, {
publish,
context,
ownerID: options?.ownerID,
experimentalWorkspaces: flags.experimentalWorkspaces,
})
})
const replayAll: Interface["replayAll"] = Effect.fn("SyncEvent.replayAll")(function* (events, options) {