pub fn run( project_root: Option<PathBuf>, prompt: &str, harness_arg: &str, model: &str, session: Option<String>, attach: bool, name: Option<String>, ) -> Result<()>
Main entry point for the run command