3 Claude Code habits that were quietly costing me (and the fixes I actually run)
I run Claude Code every day — it builds real tools for my business. Three habits kept burning me. Every fix below is something running on my machine right now, not theory. The worst one. Claude finishes a change, says "done ✅", and the code was never run. You find out later, when it breaks. A rule in CLAUDE.md ("never say done without verifying") helps, but rules get ignored under pressure. What actually fixed it: a Stop hook — a script that runs every time Claude tries to end its turn. If no ve
