pub fn reconcile(manifest_tools: &BTreeSet<String>, lock: &Lock) -> ReconcileExpand description
Compare the manifest’s declared tool names against the lock. Tool-name level
only; deeper drift (a changed constraint a pin no longer satisfies) is checked
during resolution (docs/06-resolution.md).