Skip to content

chore(mqlaunch): remove dead run_git_screen from the launcher#46

Merged
MCamner merged 1 commit into
mainfrom
chore/dead-run-git-screen
Jul 5, 2026
Merged

chore(mqlaunch): remove dead run_git_screen from the launcher#46
MCamner merged 1 commit into
mainfrom
chore/dead-run-git-screen

Conversation

@MCamner

@MCamner MCamner commented Jul 5, 2026

Copy link
Copy Markdown
Owner

What

Remove the dead run_git_screen from terminal/launchers/mqlaunch.sh.

It was defined but had no live caller in the launcher's runtime graph. The live implementation (used by the desktop git screen) is a separate copy in tools/scripts/mqlaunch_desktop.sh, which keeps its own.

Surfaced while de-layering the git concern (Step 11a, #45). Handled as a standalone dead-code cleanup rather than folded into a refactor — moving dead code into a lib would misrepresent it as live.

Verification

  • grep -rn run_git_screen (excl. backups/v1/mqlaunch_desktop) shows only the definition + its own internal reference — no caller.
  • Launcher: 1479 → 1457 lines.
  • Full selftest suite green (145 shell files lint clean); markdownlint clean.

CHANGELOG Removed entry added.

🤖 Generated with Claude Code

run_git_screen was defined at the top of terminal/launchers/mqlaunch.sh but had
no live caller in the launcher graph — the live implementation used by the
desktop git screen lives in tools/scripts/mqlaunch_desktop.sh. Surfaced while
de-layering the git concern (Step 11a); removed here as a standalone dead-code
cleanup rather than laundered into a lib as if it were live.

Launcher: 1479 → 1457 lines. Full selftest suite green — nothing referenced it.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@MCamner MCamner merged commit 67170ed into main Jul 5, 2026
3 checks passed
@MCamner MCamner deleted the chore/dead-run-git-screen branch July 5, 2026 18:37
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