refactor: unwrap Discovery namespace to flat exports + self-reexport (#22878)

This commit is contained in:
Kit Langton
2026-04-16 16:59:30 -04:00
committed by GitHub
parent 32548bcb4a
commit 0e86466f99
+2 -2
View File
@@ -6,7 +6,6 @@ import { AppFileSystem } from "@opencode-ai/shared/filesystem"
import { Global } from "../global"
import { Log } from "../util"
export namespace Discovery {
const skillConcurrency = 4
const fileConcurrency = 8
@@ -113,4 +112,5 @@ export namespace Discovery {
Layer.provide(AppFileSystem.defaultLayer),
Layer.provide(NodePath.layer),
)
}
export * as Discovery from "./discovery"