All my favorite Claude Code hacks in one spot: https://randsinrepose.com/archives/better-faster-and-even-more/
Better, Faster, and (Even) More

I've never built more interesting, random, and useless scripts, tools, and services than I have in the last six months. The cost to go from "Random Thought" to

Rands in Repose

@rands for your `claude` wrapper, you might want to do your title restoration in a `trap` handler so that it still runs even if the wrapped process fails.

trap "printf '\033]0;%s\007' \"${PWD##*/}\"" RETURN