@runloop/agent-axon-client
    Preparing search index...

    Type Alias HookEvent

    HookEvent:
        | "PreToolUse"
        | "PostToolUse"
        | "PostToolUseFailure"
        | "Notification"
        | "UserPromptSubmit"
        | "SessionStart"
        | "SessionEnd"
        | "Stop"
        | "StopFailure"
        | "SubagentStart"
        | "SubagentStop"
        | "PreCompact"
        | "PostCompact"
        | "PermissionRequest"
        | "PermissionDenied"
        | "Setup"
        | "TeammateIdle"
        | "TaskCreated"
        | "TaskCompleted"
        | "Elicitation"
        | "ElicitationResult"
        | "ConfigChange"
        | "WorktreeCreate"
        | "WorktreeRemove"
        | "InstructionsLoaded"
        | "CwdChanged"
        | "FileChanged"