pub fn read_baseline(root: &Path) -> Result<Option<Baseline>>Expand description
Read the committed baseline at root/BASELINE_PATH, or None when the
file is absent — an absent baseline means no ratchet, the same way a missing
config means nothing is exempt.