SessionStart
01Hook
Runs when a session starts on startup, resume, clear and compact, executing collab_session_start.py via python3. From AgentBuildersApp/eight-eyes.
Eight constrained reviewers. Each scoped to a different failure surface. Hook-enforced walls, not just prompts.
Hook
Runs when a session starts on startup, resume, clear and compact, executing collab_session_start.py via python3. From AgentBuildersApp/eight-eyes.
Hook
Runs before the agent uses a tool for Write, Edit, MultiEdit and Bash tool calls, executing collab_pre_tool.py via python3. From AgentBuildersApp/eight-eyes.
Hook
Runs after a tool call finishes for Write, Edit, MultiEdit and Bash tool calls, executing collab_post_tool.py via python3. From AgentBuildersApp/eight-eyes.
Hook
Runs when a subagent starts for collab- tool calls, executing collab_subagent_start.py via python3. From AgentBuildersApp/eight-eyes.
Hook
Runs when a subagent finishes for collab- tool calls, executing collab_subagent_stop.py via python3. From AgentBuildersApp/eight-eyes.
Hook
Runs before the context is compacted, executing collab_pre_compact.py via python3. From AgentBuildersApp/eight-eyes.
Hook
Runs when the agent finishes a response, executing collab_stop.py via python3. From AgentBuildersApp/eight-eyes.