The whole hunk
from line 176, old and new numbered
/
lines
from line 176
176176
177177* A command that starts with `sleep`.
178178* A command that runs `git` anywhere in it.
179* A compound command Claude Code can't fully parse into simple commands.
179* A compound command Claude Code can't fully parse into simple commands. Claude Code treats a parameter expansion such as `${VAR}` as unparseable, so it stops a command that ends in `; exit "${PIPESTATUS[0]}"` at the timeout even when the rest of that command parses.
180180
181181The result of a command moved to the background states what happened:
182182