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

    Type Alias InstructionsLoadedHookInput

    InstructionsLoadedHookInput: BaseHookInput & {
        file_path: string;
        globs?: string[];
        hook_event_name: "InstructionsLoaded";
        load_reason:
            | "session_start"
            | "nested_traversal"
            | "path_glob_match"
            | "include"
            | "compact";
        memory_type: "User"
        | "Project"
        | "Local"
        | "Managed";
        parent_file_path?: string;
        trigger_file_path?: string;
    }