use fs;
use Path;
use ;
use crateRatchetPaths;
/// Read-only check for CI: returns whether the baseline is byte-identical to
/// the lockfile (a missing baseline is a mismatch). Byte-identical files
/// trivially contain no regressions, so nothing is parsed; on a throwaway
/// checkout an advance would be discarded, so any mismatch means someone
/// needs to run `cargo ratchet` locally and commit the result.