chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-02 13:44:07 +00:00
commit 9c37286732

View file

@ -197,9 +197,7 @@ export const layer: Layer.Layer<
})
}
const checkout = yield* git
.checkout(localPath, requestedBranch)
.pipe(
const checkout = yield* git.checkout(localPath, requestedBranch).pipe(
Effect.mapError(
(error) =>
new CheckoutFailedError({