spawn/packages/cli/src
A f1c2b4d4e4
refactor: Remove dead code and stale references (#1976)
* 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>
2026-02-26 22:04:33 -05:00
..
__tests__ test: Remove duplicate and theatrical tests (#1975) 2026-02-26 22:03:35 -05:00
aws refactor: Remove dead code and stale references (#1976) 2026-02-26 22:04:33 -05:00
daytona refactor: Remove dead code and stale references (#1976) 2026-02-26 22:04:33 -05:00
digitalocean refactor: Remove dead code and stale references (#1976) 2026-02-26 22:04:33 -05:00
fly refactor: Remove dead code and stale references (#1976) 2026-02-26 22:04:33 -05:00
gcp refactor: Remove dead code and stale references (#1976) 2026-02-26 22:04:33 -05:00
hetzner refactor: Remove dead code and stale references (#1976) 2026-02-26 22:04:33 -05:00
local refactor: Remove dead code and stale references (#1976) 2026-02-26 22:04:33 -05:00
shared fix: add ~/.npm-global/bin to OpenClaw PATH for gateway, launch, and reconnect (#1972) 2026-02-26 20:45:36 -05:00
sprite refactor: Remove dead code and stale references (#1976) 2026-02-26 22:04:33 -05:00
commands.ts fix(ux): prevent &; syntax error when pre_launch ends with & (#1973) 2026-02-26 18:41:21 -08:00
flags.ts feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
guidance-data.ts feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
history.ts feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
index.ts feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
manifest.ts refactor: Remove dead code and consolidate duplicate parseJson helpers (#1963) 2026-02-26 16:17:47 -05:00
picker.ts fix: replace @clack/prompts multiselect with /dev/tty picker for SSH keys (#1907) 2026-02-24 23:54:54 -08:00
security.ts feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
unicode-detect.ts feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
update-check.ts style: enforce separated type imports via biome (#1870) 2026-02-24 00:16:03 -08:00