(effect: Effect.Effect<A, E>)
| 67 | const ctx = maybeCtx |
| 68 | const agentSvc = yield* Agent.Service |
| 69 | const runLocalEffect = <A, E>(effect: Effect.Effect<A, E>) => |
| 70 | Effect.runPromise(effect.pipe(Effect.provideService(InstanceRef, ctx))) |
| 71 | yield* Effect.promise(async () => { |
| 72 | const cliPath = args.path |
| 73 | const cliDescription = args.description |