pub fn plan(
flow: &Flow,
session: &SessionFile,
space: Space,
) -> Result<Plan, PlanError>Expand description
Resolve a flow against a session.
space overrides the flow’s own setting when a caller needs a
specific space (dry-run reporting, tests).