SessionStart
01Hook
Runs when a session starts on startup, resume, clear and compact, executing session-start.mjs via node. From ustoppble/overclick.
The open source task board where AI agents do the work. Self-hosted, MCP-native, zero data collection.
Hook
Runs when a session starts on startup, resume, clear and compact, executing session-start.mjs via node. From ustoppble/overclick.
Hook
Runs after a tool call finishes for task_claim, mcp__.*__task_claim, task_deliver, mcp__.*__task_deliver, task_release, mcp__.*__task_release, task_deliver and mcp__.*__task_deliver tool calls, executing claim-guard.mjs and post-deliver.mjs via node (2 commands). From ustoppble/overclick.
Hook
Runs when the agent finishes a response, executing stop-guard.mjs via node. From ustoppble/overclick.
Hook
Runs before the agent uses a tool for task_create and mcp__.*__task_create tool calls, executing pre-create.mjs and claim-guard.mjs via node (2 commands). From ustoppble/overclick.