Expand description
Validated plan execution and external command boundary.
select performs user-facing selection over a frozen plan, preview_plan detects current
state, and execute performs the approved side effects. Execution consumes crate-level
cancellation and telemetry capabilities, delegates installation mechanics to typed backends,
and emits lifecycle facts through the neutral event capability before presentation.
Structs§
- Execution
Selection - Component IDs approved for execution; dependencies are added before execution begins.
- Prepared
Execution - Frozen plan, approved selection, and runtime options required by
execute.
Functions§
- execute
- Execute an approved frozen plan and return its final installation report.
- preview_
plan - Detect current tool and skill state for the components in an execution plan.
- select
- Select components automatically or through the interactive installer preview.