mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-14 23:22:51 +00:00
Mirror of https://github.com/fabro-sh/fabro.git
Adds a temporary local HTTP server in `arc install` that handles the GitHub App manifest registration flow, enabling standalone users to register a GitHub App without running the arc-web server. Also gates server-only install steps (pre-flight checks, server.toml, secrets/certs, start servers) behind #[cfg(feature = "server")] and removes the `gh` CLI from system dependency checks. Reloads .env before running arc doctor so it picks up freshly written credentials. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .cargo | ||
| .claude | ||
| .config | ||
| .github | ||
| apps | ||
| arc/workflows | ||
| bin | ||
| docker | ||
| docs | ||
| lib | ||
| skills/develop-web-game | ||
| test | ||
| .env.example | ||
| .gitignore | ||
| AGENTS.md | ||
| arc.toml | ||
| bun.lock | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CLAUDE.md | ||
| package.json | ||