chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-29 15:37:20 +00:00
commit 9205dfe724
16 changed files with 119 additions and 65 deletions

View file

@ -11,10 +11,11 @@ import { host } from "./host"
const directory = AbsolutePath.make("/repo/packages/app")
const project = AbsolutePath.make("/repo")
const locationLayer = Layer.succeed(Location.Service, Location.Service.of(location({ directory }, { projectDirectory: project })))
const it = testEffect(
AppNodeBuilder.build(CommandV2.node, [[Location.node, locationLayer]]),
const locationLayer = Layer.succeed(
Location.Service,
Location.Service.of(location({ directory }, { projectDirectory: project })),
)
const it = testEffect(AppNodeBuilder.build(CommandV2.node, [[Location.node, locationLayer]]))
describe("CommandPlugin.Plugin", () => {
it.effect("registers built-in init and review commands", () =>