From 77f2d2227a13279b4ad71787150b7483d0c9b748 Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" Date: Thu, 25 Jun 2026 15:44:27 +0000 Subject: [PATCH] chore: generate --- packages/core/src/schema.ts | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/packages/core/src/schema.ts b/packages/core/src/schema.ts index 4420ec2639..9c25bee19b 100644 --- a/packages/core/src/schema.ts +++ b/packages/core/src/schema.ts @@ -9,15 +9,7 @@ import { statics, } from "@opencode-ai/schema/schema" -export { - AbsolutePath, - DateTimeUtcFromMillis, - NonNegativeInt, - optional, - PositiveInt, - RelativePath, - statics, -} +export { AbsolutePath, DateTimeUtcFromMillis, NonNegativeInt, optional, PositiveInt, RelativePath, statics } /** * Strip `readonly` from a nested type. Stand-in for `effect`'s `Types.DeepMutable`