pub fn load_session_path(
path: &Path,
opencode_session: Option<&str>,
) -> Result<Session, Error>Expand description
Load an explicit transcript/store path through the SDK import boundary. An OpenCode selector is accepted only for its SQLite store.