fabro/lib/crates/arc-github
Bryan Helmkamp 8909eafbf3 Simplify PR commands: rename fields, use constant, parallelize list
- Rename PullRequestDetail fields from user_wrapper/head_wrapper/
  base_wrapper to user/head/base (serde renames no longer needed)
- Make GITHUB_API_BASE_URL public, replace hardcoded strings in pr.rs
- Replace opaque 5-tuple with PrRow struct in pr_list_from
- Parallelize GitHub API calls in pr_list using futures::join_all

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-10 19:54:38 -04:00
..
src Simplify PR commands: rename fields, use constant, parallelize list 2026-03-10 19:54:38 -04:00
Cargo.toml Move crates/ to lib/crates/ and update all references 2026-03-09 13:12:35 -04:00