/// What an agent hook handed us for one prompt. Agent-agnostic; adapters
/// decode their own payload into this.
#[derive(Debug)]pubstructPromptMeta{pubprompt: String,
pubsession_id:Option<String>,
pubtranscript_path:Option<String>,
pubcwd:Option<String>,
}