pub fn load_manifest(path: &Path) -> Result<Value, String>
Load the checkpoint manifest, or an empty object if it doesn’t exist yet (mirrors Python’s load_manifest returning {}).
load_manifest
{}