mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-17 07:23:23 +00:00
fix(core): branch-keyed repository cache with gated reference readiness (#38759)
This commit is contained in:
parent
a85d8d23aa
commit
065dc274ec
7 changed files with 90 additions and 53 deletions
|
|
@ -51,7 +51,7 @@ describe("reference HttpApi", () => {
|
|||
},
|
||||
{
|
||||
name: "effect",
|
||||
path: path.join(Global.Path.repos, "github.com", "Effect-TS", "effect"),
|
||||
path: path.join(Global.Path.repos, "github.com", "Effect-TS", "effect@main"),
|
||||
source: {
|
||||
type: "git",
|
||||
repository: "Effect-TS/effect",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue