pub fn parse_issues_from_text(text: &str) -> Result<Vec<Issue>>
Parse issues from JSONL text (e.g., from git show output).
git show