Skip to content

🤖 refactor: auto-cleanup#2833

Merged
ThomasK33 merged 2 commits into
mainfrom
auto-cleanup
Mar 7, 2026
Merged

🤖 refactor: auto-cleanup#2833
ThomasK33 merged 2 commits into
mainfrom
auto-cleanup

Conversation

@mux-bot
Copy link
Copy Markdown
Contributor

@mux-bot mux-bot Bot commented Mar 6, 2026

Summary

Periodic auto-cleanup of dead code discovered by scanning for unused exports.

Changes

  1. Remove unused isBashTaskId export (src/node/services/tools/taskId.ts)
    • Deleted in previous cleanup cycle: taskToolTypeGuards.ts (PR 🤖 refactor: auto-cleanup #2833 initial commit)
    • This cycle: removed isBashTaskId — a function defined but never imported or called anywhere in the codebase (no production code, no tests). It was a trivial wrapper around fromBashTaskId converting null to boolean.

Validation

  • make static-check passes (ESLint, TypeScript, Prettier all green).
  • Verified with exhaustive grep: no file in src/ or tests/ references isBashTaskId.

Auto-cleanup checkpoint: db6b776


Generated with mux • Model: anthropic:claude-opus-4-6 • Thinking: xhigh • Cost: $unknown

@mux-bot
Copy link
Copy Markdown
Contributor Author

mux-bot Bot commented Mar 6, 2026

@codex review

@chatgpt-codex-connector
Copy link
Copy Markdown

To use Codex here, create a Codex account and connect to github.

mux-bot Bot added 2 commits March 7, 2026 00:07
The TaskBashArgs interface and isTaskBashArgs/isTaskBashArgsFromUnknown
type guards were added in #1308 but never imported anywhere. Remove the
entire unused module.
The function was defined in taskId.ts but never imported or called
anywhere in the codebase (no production code, no tests).
@mux-bot mux-bot Bot force-pushed the auto-cleanup branch from 7369bdb to 1dd29c0 Compare March 7, 2026 00:11
@ThomasK33 ThomasK33 added this pull request to the merge queue Mar 7, 2026
Merged via the queue into main with commit 11a7ad9 Mar 7, 2026
23 checks passed
@ThomasK33 ThomasK33 deleted the auto-cleanup branch March 7, 2026 19:09
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