/** * CLI implementation of the plan-resolution interaction port. * * Owns the apply confirmation and the plan display gate for * `resolveExecutionCandidate`. Progress is not an interaction: the kernel publishes * lifecycle events that the Screen observes. */ import * as Layer from "effect/Layer"; import { Verbosity } from "../cli-flags/index.js"; import { Screen } from "../screen/index.js"; import { ResolvePlanInteraction } from "@agentxm/workspace/transitions/planning"; export declare const ResolvePlanInteractionLive: Layer.Layer; //# sourceMappingURL=resolve-plan-interaction-live.d.ts.map