pub fn open_or_create(id: &str) -> Result<Session>Expand description
Opens an existing session, or creates an empty one if the directory
doesn’t exist. Bootstrap is idempotent: re-running against an
already-populated session reads the existing meta.yaml.