fabro/lib/crates
Bryan Helmkamp 5515c11aad Add GitHub App check to arc doctor for all builds, validate private key
The GitHub App check was gated behind #[cfg(feature = "server")] so it
never ran in CLI-only builds. It also only checked whether env vars were
set, not whether the key could actually sign JWTs.

- Move GithubAppStatus and check_github_app out of the server feature gate
- Try sign_app_jwt to validate the private key, catching corrupt keys
- Show app_id and slug in doctor output
- Keep server-only fields (client_id, client_secret, webhook_secret)
  behind #[cfg(feature = "server")]

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-10 08:55:14 -04:00
..
arc-agent Fall back to localhost for sandbox MCP transport on local sandboxes 2026-03-10 08:14:37 -04:00
arc-api Add MCP server support to workflow engine and Playwright demo workflow 2026-03-10 08:05:12 -04:00
arc-cli Add GitHub App check to arc doctor for all builds, validate private key 2026-03-10 08:55:14 -04:00
arc-config Gate arc-exe behind exedev feature flag 2026-03-10 00:08:09 -04:00
arc-db Move crates/ to lib/crates/ and update all references 2026-03-09 13:12:35 -04:00
arc-devcontainer Move crates/ to lib/crates/ and update all references 2026-03-09 13:12:35 -04:00
arc-exe Move crates/ to lib/crates/ and update all references 2026-03-09 13:12:35 -04:00
arc-git-storage Move crates/ to lib/crates/ and update all references 2026-03-09 13:12:35 -04:00
arc-github Add Draft PR Mode Support (#13) 2026-03-09 15:20:45 -04:00
arc-llm Move crates/ to lib/crates/ and update all references 2026-03-09 13:12:35 -04:00
arc-mcp Add sandbox MCP transport for running MCP servers inside Daytona sandboxes 2026-03-10 02:09:04 -04:00
arc-slack Move crates/ to lib/crates/ and update all references 2026-03-09 13:12:35 -04:00
arc-sprites Move crates/ to lib/crates/ and update all references 2026-03-09 13:12:35 -04:00
arc-types Fix relative paths broken by crates/ → lib/crates/ move 2026-03-09 13:20:47 -04:00
arc-util Add version info (semver + git SHA + build date) to arc CLI 2026-03-09 15:04:01 -04:00
arc-workflows Fix unused_assignments warning in run_from_branch 2026-03-10 08:20:24 -04:00