pub type GrokTranscript = ClaudeTranscript;Aliased Type§
pub struct GrokTranscript {
pub cwd: PathBuf,
pub edited_paths: Vec<PathBuf>,
pub events: Vec<SequencedEvent>,
}Fields§
§cwd: PathBuf§edited_paths: Vec<PathBuf>Files reliably reported as edited by the native harness.
events: Vec<SequencedEvent>