fabro/lib
Bryan Helmkamp 5a9f568e46
refactor: simplify token plumbing and parallelize read_many_files
- Replace mint_github_token's hand-rolled Pat/Installation/App match with
  GitHubCredentials::resolve_bearer_token, removing a near-duplicate of
  the same logic already in run_metadata::mint_token.
- Parallelize read_many_files via futures::future::join_all so the tool
  actually reads concurrently — previously serial despite the name.
- Replace .expect() on the post-refresh GitHubTokenSource cache with a
  proper anyhow error so a refresh edge case can't panic.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-06 07:15:18 -04:00
..
crates refactor: simplify token plumbing and parallelize read_many_files 2026-05-06 07:15:18 -04:00
packages/fabro-api-client refactor(system): simplify repair-runs flow and rm --force 2026-05-06 07:15:18 -04:00