pub fn load(root: &Path) -> Result<LockFile, MarsError>Expand description
Load the lock file from the given root directory.
Returns an empty current-version lock if the file is absent. Version 2 is promoted in memory for one release; other older schemas fail with actionable re-sync guidance.