SessionStart
01Hook
Runs when a session starts, executing session-start.js via node. From xenitV1/claude-code-maestro.
Hook
Runs when a session starts, executing session-start.js via node. From xenitV1/claude-code-maestro.
Hook
Runs before the context is compacted, executing pre-compact.js and brain-sync.js via node (2 commands). From xenitV1/claude-code-maestro.
Hook
Runs when a subagent finishes, running an inline shell check. From xenitV1/claude-code-maestro.
Hook
Runs when the agent finishes a response, executing stop.js and brain-sync.js via node (2 commands). From xenitV1/claude-code-maestro.
Hook
Runs after a tool call finishes, executing brain-sync.js via node. From xenitV1/claude-code-maestro.
Hook
Runs when a tool call fails, executing brain-sync.js via node. From xenitV1/claude-code-maestro.
Hook
Runs when you submit a prompt, before the agent sees it, executing brain-sync.js via node. From xenitV1/claude-code-maestro.