pub fn parse_opencode_session_file( path: &Path, workspace: &Path, ) -> Result<Option<(SessionRecord, Vec<Event>)>>
Parse one OpenCode session JSON file.