feat(plugin): align hooks with client APIs

This commit is contained in:
Dax Raad
2026-07-03 18:10:24 -04:00
parent 45b2057d91
commit abf5469a3b
65 changed files with 981 additions and 667 deletions
+5 -1
View File
@@ -23,7 +23,11 @@ describe("CommandPlugin.Plugin", () => {
const command = yield* CommandV2.Service
yield* CommandPlugin.Plugin.effect(
host({
command: { transform: command.transform, reload: command.reload },
command: {
list: () => Effect.die("unused command.list"),
transform: command.transform,
reload: command.reload,
},
}),
).pipe(
Effect.provideService(