pub fn analyze( repo_path: &Path, limit: usize, ) -> Result<(Vec<PrEntry>, Vec<PrIssue>)>
Analyze PRs and return structured data (for CLI integration).