vigiles API reference
    Preparing search index...

    Interface FileToolEvent<N>

    The event a file-tool gate decides over (Edit/Write/Read carry file_path).

    interface FileToolEvent<N extends readonly NeedSpec[] = readonly ProviderName[]> {
        ctx: HookCtx<N>;
        event: string;
        path: PathView;
        tool: string;
    }

    Type Parameters

    Index

    Properties

    Properties

    ctx: HookCtx<N>

    Host-gathered, DECLARED read-only facts — see needs.

    event: string
    path: PathView
    tool: string