chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-05 03:28:04 +00:00
commit 8c0edca175
6 changed files with 22 additions and 27 deletions

View file

@ -31,7 +31,8 @@ export const layer = Layer.effectDiscard(
codec: Schema.toCodecJson(Files),
load: Effect.succeed(value),
baseline: render,
update: (_previous, current) => `These instructions replace all previously loaded ambient instructions.\n\n${render(current)}`,
update: (_previous, current) =>
`These instructions replace all previously loaded ambient instructions.\n\n${render(current)}`,
removed: () => "Previously loaded instructions no longer apply.",
})