pub fn resolve_session_id(ito_path: &Path) -> StringExpand description
Resolve (or create) the session ID.
Reads from {ito_path}/.state/audit/.session. If the file doesn’t exist,
generates a new UUID v4 and writes it. The .session file is gitignored.