SessionStart
01Hook
Runs when a session starts, executing session-start.mjs and patch-hud.sh via node (2 commands). From idean3885/claude-ops-agent.
Hook
Runs when a session starts, executing session-start.mjs and patch-hud.sh via node (2 commands). From idean3885/claude-ops-agent.
Hook
Runs before the agent uses a tool for Write, Edit, MultiEdit, NotebookEdit and AskUserQuestion tool calls, executing pre-tool-use.mjs and lesson-boundary-pretool.sh via node (2 commands). From idean3885/claude-ops-agent.
Hook
Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing lint-posttool.sh via bash. From idean3885/claude-ops-agent.
Hook
Runs when you submit a prompt, before the agent sees it, executing forbidden-words-prompt.sh via bash. From idean3885/claude-ops-agent.
Hook
Runs when the agent finishes a response, executing forbidden-words-stop.sh and lesson-capture-stop.sh via bash (2 commands). From idean3885/claude-ops-agent.
Hook
Runs before the context is compacted, executing precompact-state.py via python3. From idean3885/claude-ops-agent.
Hook
Runs after the context is compacted, executing postcompact-pointer.py via python3. From idean3885/claude-ops-agent.