fabro/crates/arc-cli
Bryan Helmkamp 3d21b0cd40 Extract arc-github crate; ExeSandbox owns credentials directly
Move GitHub App authentication (types, JWT signing, token creation,
credential resolution) into a new leaf crate `arc-github`. ExeSandbox
now owns `github_app` directly and resolves clone credentials on-demand,
eliminating the GitCredentialSandbox decorator and its wrapping code in
cli/run.rs. GitCloneParams simplified to a single clean `url` field.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 12:24:10 -04:00
..
src Extract arc-github crate; ExeSandbox owns credentials directly 2026-03-09 12:24:10 -04:00
tests Add e2e tests for arc exec against live LLM 2026-03-08 20:26:52 -04:00
Cargo.toml Extract arc-github crate; ExeSandbox owns credentials directly 2026-03-09 12:24:10 -04:00