chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-29 17:58:20 +00:00
parent 55cf050a75
commit 1d16651021
17 changed files with 84 additions and 21 deletions
+3 -1
View File
@@ -21,7 +21,9 @@ import { Permission } from "../../src/permission"
import type * as Tool from "../../src/tool/tool"
const toolLayer = (flags: Partial<RuntimeFlags.Info> = {}) =>
LayerNode.compile(LayerNode.group([CrossSpawnSpawner.node, FSUtil.node, Ripgrep.node, Truncate.node, Agent.node, Git.node]))
LayerNode.compile(
LayerNode.group([CrossSpawnSpawner.node, FSUtil.node, Ripgrep.node, Truncate.node, Agent.node, Git.node]),
)
const it = testEffect(toolLayer())
const full = (p: string) => (process.platform === "win32" ? Filesystem.normalizePath(p) : p)