chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-03 21:00:33 +00:00
parent 889e0f9545
commit a41f774cad
7 changed files with 47 additions and 24 deletions
+5 -1
View File
@@ -171,7 +171,11 @@ export const layer = Layer.effect(
const discovered = locationIsGlobal
? []
: yield* fs
.up({ targets: [".opencode", ...names.toReversed()], start: location.directory, stop: location.project.directory })
.up({
targets: [".opencode", ...names.toReversed()],
start: location.directory,
stop: location.project.directory,
})
.pipe(Effect.orDie)
const directories = [
globalDirectory,