refactor(session): extract reference prompt helpers (#28197)

This commit is contained in:
Shoubhit Dash
2026-05-18 22:32:18 +05:30
committed by GitHub
parent ebd8a8639d
commit 4c3db213d3
3 changed files with 70 additions and 87 deletions
@@ -311,9 +311,4 @@ export const defaultLayer: Layer.Layer<Service> = layer.pipe(
Layer.provide(Git.defaultLayer),
)
export const ensure = Effect.fn("RepositoryCache.ensure")(function* (input: EnsureInput) {
const cache = yield* Service
return yield* cache.ensure(input)
})
export * as RepositoryCache from "./repository-cache"