spawn/packages/cli/src
A 6eb0234f81
refactor: remove unnecessary exports from cloud modules (#2288)
De-export interfaces, types, and constants that are only used within
their own module files. These were exported but never imported by any
other module or test file, unnecessarily widening the public API surface.

Affected symbols:
- aws: AwsState, Region, REGIONS, AGENT_BUNDLE_DEFAULTS
- digitalocean: DigitalOceanState, DropletSize, DROPLET_SIZES, DoRegion, DO_REGIONS
- gcp: GcpState, MachineTypeTier, MACHINE_TYPES, ZoneOption, ZONES
- hetzner: HetznerState, ServerTypeTier, SERVER_TYPES, LocationOption, LOCATIONS
- sprite: SpriteState

Co-authored-by: spawn-qa-bot <qa@openrouter.ai>
2026-03-07 11:44:55 -05:00
..
__tests__ refactor: Remove dead code and stale references (#2278) 2026-03-07 03:56:13 -05:00
aws refactor: remove unnecessary exports from cloud modules (#2288) 2026-03-07 11:44:55 -05:00
commands refactor: remove dead reset*State functions and stale Daytona references (#2265) 2026-03-06 20:39:32 -05:00
digitalocean refactor: remove unnecessary exports from cloud modules (#2288) 2026-03-07 11:44:55 -05:00
gcp refactor: remove unnecessary exports from cloud modules (#2288) 2026-03-07 11:44:55 -05:00
hetzner refactor: remove unnecessary exports from cloud modules (#2288) 2026-03-07 11:44:55 -05:00
local fix: add unique spawn IDs to prevent history record corruption (#2235) 2026-03-05 23:27:03 -08:00
shared feat: restore Packer DO snapshot pipeline for fast agent boot (#2262) 2026-03-06 16:32:05 -08:00
sprite refactor: remove unnecessary exports from cloud modules (#2288) 2026-03-07 11:44:55 -05:00
flags.ts fix: add --prune and --json to KNOWN_FLAGS for spawn status (#2263) 2026-03-06 19:31:07 -05:00
guidance-data.ts refactor: Remove dead code and stale references (#2104) 2026-03-02 08:32:02 -05:00
history.ts fix: validate v0 history entries against SpawnRecordSchema (#2279) 2026-03-07 03:47:11 -05:00
index.ts refactor: Remove dead code and stale references (#2278) 2026-03-07 03:56:13 -05:00
manifest.ts fix: add unique spawn IDs to prevent history record corruption (#2235) 2026-03-05 23:27:03 -08:00
picker.ts fix: add unique spawn IDs to prevent history record corruption (#2235) 2026-03-05 23:27:03 -08:00
security.ts Remove Daytona cloud provider from codebase (#2261) 2026-03-06 18:53:08 -05:00
unicode-detect.ts feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
update-check.ts fix: add unique spawn IDs to prevent history record corruption (#2235) 2026-03-05 23:27:03 -08:00