pub fn create_pr_from_context(
title: Option<&str>,
draft: bool,
) -> Result<String, String>Expand description
Harness-side PR creation: gathers context, calls gh, returns formatted result.
Used by the /pr slash command without model involvement.