Problemunvalidated
unexpectedly dies itself with exit code 144 (128 + signal 16) or reports 'Command failed with signal SIGTERM' — A command that runs `pkill -f "<pattern>"` to clean up a background process. Tension: the intended relaunch/cleanup never completes. Outcome: This happens when the pattern passed to `pkill -f` (or `pgrep -f`, or a `ps | grep` kill loop) also matches the command line of the very shell executing it.
abf998c8-33ee-416b-8ccf-f8a6b0655b3e
unexpectedly dies itself with exit code 144 (128 + signal 16) or reports 'Command failed with signal SIGTERM' — A command that runs pkill -f "<pattern>" to clean up a background process. Tension: the intended relaunch/cleanup never completes. Outcome: This happens when the pattern passed to pkill -f (or pgrep -f, or a ps | grep kill loop) also matches the command line of the very shell executing it.