alvinreal 2 месяцев назад
Родитель
Сommit
2d80af17a2
2 измененных файлов с 10 добавлено и 0 удалено
  1. 9 0
      .slim/clonedeps.json
  2. 1 0
      AGENTS.md

+ 9 - 0
.slim/clonedeps.json

@@ -28,6 +28,15 @@
       "path": ".slim/clonedeps/repos/modelcontextprotocol__typescript-sdk",
       "packagePath": ".",
       "reason": "MCP protocol/server implementation details used by built-in MCP integrations."
+    },
+    {
+      "name": "anomalyco/opencode",
+      "resolvedVersion": "dev",
+      "repoUrl": "https://github.com/anomalyco/opencode.git",
+      "ref": "dev@356f6841865d68adf6d0123c37357ad50814497a",
+      "path": ".slim/clonedeps/repos/opencode",
+      "packagePath": "packages/opencode",
+      "reason": "Latest OpenCode TypeScript runtime source with experimental background subagent support."
     }
   ]
 }

+ 1 - 0
AGENTS.md

@@ -276,4 +276,5 @@ Read-only dependency source repositories are available under
 `.slim/clonedeps/repos/` for inspection. Do not edit these clones.
 
 - `.slim/clonedeps/repos/opencode-ai__opencode/` — `https://github.com/opencode-ai/opencode.git` at `main@73ee493265acf15fcd8caab2bc8cd3bd375b63cb`; inspect `packages/plugin` and `packages/sdk/js` for OpenCode plugin and SDK internals.
+- `.slim/clonedeps/repos/opencode/` — `https://github.com/anomalyco/opencode.git` at `dev@356f6841865d68adf6d0123c37357ad50814497a`; inspect `packages/opencode` for latest TypeScript runtime internals and experimental background subagent support.
 - `.slim/clonedeps/repos/modelcontextprotocol__typescript-sdk/` — `https://github.com/modelcontextprotocol/typescript-sdk.git` at `v1.29.0@e12cbd7078db388152f6e839abdbe09ba01f3f32`; inspect it for MCP protocol and server integration internals.