Skip to content

Commit ecc876f

Browse files
la14-1louisgvclaude
authored
fix: remove dead shellQuote re-export from gcp/gcp.ts (#2551)
Dead backwards-compat re-export left over from the shellQuote consolidation (PRs #2533, #2535, #2546). Zero consumers import shellQuote from gcp/gcp.ts — all correctly import from shared/ui.ts. Per CLAUDE.md: avoid backwards-compatibility hacks; delete unused code. Agent: code-health Co-authored-by: B <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 9bb39a2 commit ecc876f

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openrouter/spawn",
3-
"version": "0.17.1",
3+
"version": "0.17.2",
44
"type": "module",
55
"bin": {
66
"spawn": "cli.js"

packages/cli/src/gcp/gcp.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,8 +1081,3 @@ export async function destroyInstance(name?: string): Promise<void> {
10811081
}
10821082
logInfo(`Instance '${instanceName}' destroyed`);
10831083
}
1084-
1085-
// ─── Shell Quoting ──────────────────────────────────────────────────────────
1086-
1087-
// shellQuote is now imported from shared/ui.ts and re-exported for backwards compat
1088-
export { shellQuote } from "../shared/ui";

0 commit comments

Comments
 (0)