mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-10 20:39:59 +00:00
* refactor: remove dead offerGithubAuth exports from cloud agents.ts files The per-cloud offerGithubAuth re-exports in each cloud's agents.ts were never called from outside their own module. The actual GitHub auth orchestration is handled by shared/orchestrate.ts which calls offerGithubAuth from shared/agent-setup.ts directly. Also update stale comment in sh/test/fixtures/_shared_agent_assertions.sh that referenced mock.sh, a test harness file that no longer exists in the repository. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * style: collapse multi-line imports to single-line per biome format After removing offerGithubAuth exports, the remaining 2-import blocks should be single-line. Also collapse fly/agents.ts 4-import block and remove trailing blank line. Agent: pr-maintainer Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> --------- Co-authored-by: spawn-qa-bot <qa@openrouter.ai> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: B <6723574+louisgv@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| aws | ||
| daytona | ||
| digitalocean | ||
| fly | ||
| gcp | ||
| hetzner | ||
| local | ||
| shared | ||
| sprite | ||
| commands.ts | ||
| flags.ts | ||
| guidance-data.ts | ||
| history.ts | ||
| index.ts | ||
| manifest.ts | ||
| picker.ts | ||
| security.ts | ||
| unicode-detect.ts | ||
| update-check.ts | ||