pub fn plan(inputs: &Inputs<'_>) -> PlanExpand description
Compute one plan.
The order is fixed: classify from what was observed, read the findings, offer the decisions, derive the operations the selected decisions allow, evaluate the preconditions, and take the readiness from the worst of them. The fingerprint is last, over exactly the parts that decide what the apply would do.