The whole hunk
from line 64, old and new numbered
/
lines
from line 64
6464
6565### Before you start the runner
6666
67Two things the hook depends on:
67The hook has these requirements:
6868
6969* Install it before you start the runner. The runner snapshots `~/.claude/` once at startup, so a hook added to a running runner takes effect only after a restart.
7070* Export `E2E_REPLY_DIR` to the runner process. The hook is a no-op when the variable is unset or the directory doesn't exist, so set it wherever you start the runner, such as the systemd unit, pod spec, or CI step. The test script below requires it too.