refactor(core): import filesystem search schemas directly (#45684)

This commit is contained in:
Kit Langton 2026-08-27 19:10:50 -04:00 committed by GitHub
parent 569a39c4ba
commit 38e4c97aa9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ import path from "path"
import { Clock, Context, Deferred, Duration, Effect, Layer, Schema, Scope } from "effect"
import { Fff } from "#fff"
import fuzzysort from "fuzzysort"
import { FileSystem } from "../filesystem.js"
import { FileSystem } from "@opencode-ai/schema/filesystem"
import { Location } from "../location.js"
import { Ripgrep } from "../ripgrep.js"
import { RelativePath } from "../schema.js"