Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface HookFileChange

    interface HookFileChange {
        action:
            | "unchanged"
            | "create"
            | "delete"
            | "update"
            | "would-create"
            | "would-update"
            | "would-delete";
        path: string;
        sensitive: boolean;
    }
    Index
    action:
        | "unchanged"
        | "create"
        | "delete"
        | "update"
        | "would-create"
        | "would-update"
        | "would-delete"
    path: string
    sensitive: boolean