Skip to content

Comments

chore: remove dead node/ts code paths#89

Merged
thymikee merged 1 commit intomainfrom
codex/dead-code-prune
Feb 20, 2026
Merged

chore: remove dead node/ts code paths#89
thymikee merged 1 commit intomainfrom
codex/dead-code-prune

Conversation

@thymikee
Copy link
Contributor

Summary

Prune dead internal Node/TS code paths and reduce unnecessary module export surface without changing CLI behavior.

  • remove unused helper/value declarations and internal-only exports
  • make unused type aliases/interfaces module-private
  • drop an unused iOS retry config constant and a stale runner type declaration
  • keep runtime behavior unchanged and preserve existing command flows

Validation

  • pnpm exec tsc -p tsconfig.json --noUnusedLocals --noUnusedParameters
  • pnpm typecheck
  • pnpm test:unit
  • pnpm test:smoke

@github-actions
Copy link

PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://callstackincubator.github.io/agent-device/pr-preview/pr-89/

Built to branch gh-pages at 2026-02-20 18:41 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@thymikee thymikee merged commit 6153312 into main Feb 20, 2026
6 checks passed
@thymikee thymikee deleted the codex/dead-code-prune branch February 20, 2026 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant