pub fn diff_review_notice(
file_path: &str,
omitted_lines: u64,
safety_capped: bool,
) -> StringExpand description
Shared expand-notice copy for clipped completed-edit diff bodies.
safety_capped is retained so callers can distinguish a width-cap clip
from vertical omission without changing the user-facing wording.