32d136b35f
The single-binary sweep (be676502d, #5259) removed codewhale-tui from the
wrapper's bin map but left bin/codewhale-tui.js behind, where the files glob
still ships it as an executable npm never links. Nothing references it;
delete it to complete the sweep. Users invoking a previously-linked
codewhale-tui shim already get the deprecation from their installed v0.9.4
wrapper, not from this file.
Implemented with Claude Code agent assistance.