package agentsight:session@0.1.0;
world session-ext {
/// Parse one transcript supplied by the host. File discovery and related
/// transcript aggregation remain host responsibilities.
export parse: func(agent: string, path: string, updated-ms: u64, content: string) -> option<string>;
}