fabro/lib/crates/fabro-server
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
..
src refactor: simplify token plumbing and parallelize read_many_files 2026-05-06 07:15:18 -04:00
tests Render stage activity from scoped events endpoint (#212) 2026-05-05 09:16:52 -04:00
build.rs feat(cli): surface debug build profile in version output 2026-04-18 09:44:54 -04:00
Cargo.toml Cancel in-flight agent stages with CancellationToken (#211) 2026-05-05 09:54:22 -04:00