stop-hook-feedback-loop-bloats-context-window

Each false-positive Stop hook invocation injects a large feedback block into the conversation as a user message, compounding context consumption across the session. In this session, ~30 identical hook feedback blocks were injected, each consuming significant tokens and degrading conversation quality. The hook must be scoped to fire only on confirmed agent stop events, not idle/waiting states.