You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(team-mode): remove AI slop from team-mode hook files
Companion to the team-mode feature slop cleanup. Ran the ai-slop-remover skill on team-session-streamer and team-tool-gating hooks; this commit captures the changes that had safe slop. Behavior preserved (typecheck + 4861 tests green). Net removal: -21 lines.
Cleaned: consolidated 4 duplicated tool-name branches in team-tool-gating via string interpolation, removed redundant Map-has post-check in stream-generation, flattened one nested early-return in event-normalizer, removed one redundant Set membership check in hook.ts drain path.
Skipped preserved: FIFO blocking semantics and retry scheduler timing remain intact.
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
0 commit comments