pub fn render_review_envelope_with_diff(
command: &str,
provider: Provider,
issues: &[CiIssue],
diff_index: Option<&DiffIndex>,
) -> ReviewEnvelopeOutputExpand description
Render path the print site uses. Exposed so unit tests can pass a
hand-crafted DiffIndex without poking the process-wide SHARED_DIFF
cache (which is OnceLock-bounded and not reentrant under cargo test’s
parallel runner).