refactor(core): remove schema forwarding facades (#33577)

This commit is contained in:
Kit Langton
2026-06-24 04:52:58 +02:00
committed by GitHub
parent 525eb9e8f3
commit ba7893bab6
12 changed files with 31 additions and 70 deletions
+1 -2
View File
@@ -2,9 +2,8 @@ export * as Ripgrep from "./ripgrep"
import { Context, Effect, Fiber, Layer, Schema, Stream } from "effect"
import { ChildProcess } from "effect/unstable/process"
import path from "path"
import { Entry, Match } from "@opencode-ai/schema/filesystem"
import { LayerNode } from "./effect/layer-node"
import { Entry, Match } from "./filesystem/schema"
import { AppProcess, collectStream, waitForAbort } from "./process"
import { NonNegativeInt, PositiveInt, RelativePath } from "./schema"
import { RipgrepBinary } from "./ripgrep/binary"