fn removal_plan(pkg: InstalledPackage, dependents: Vec<String>) -> RemovalPlanExpand description
Construct a removal plan from an already loaded package and dependent list.
This helper keeps the public planning API focused on database access while still making the plan shape easy to test in isolation.