refactor: Remove dead code and stale references (#2238)

- Remove sh/e2e/aws-e2e.sh: dead backwards-compat wrapper with no
  references (superseded by unified e2e.sh --cloud aws)
- Remove getStatusDescription from commands/shared.ts: defined and
  tested but never called in production code
- Remove parseJsonRaw from packages/cli/src/shared/parse.ts: zero
  production usages (still available in packages/shared if needed)
- Update corresponding test files to remove dead code tests
- Bump CLI version to 0.14.4

Co-authored-by: spawn-qa-bot <qa@openrouter.ai>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
A 2026-03-06 00:49:47 -08:00 committed by GitHub
parent df0593fb21
commit 8bc45b4283
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 2 additions and 92 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@openrouter/spawn",
"version": "0.14.3",
"version": "0.14.4",
"type": "module",
"bin": {
"spawn": "cli.js"