Files
loop-loop/lib
Sheldon Finlay bab002b927 fix: prevent Stop hook from killing sessions outside tmux
tmux display-message succeeds even outside tmux by falling back to the
most recently created session (agent-loop). This caused the hook to
match and kill interactive CC sessions.

Fix: check $TMUX env var first — only set when actually inside tmux.
2026-04-02 09:14:43 -04:00
..