@tikoci/centrs
    Preparing search index...

    Interface ExplainCanonical

    The whole-input execute gate, reproduced.

    interface ExplainCanonical {
        args: Record<string, string>;
        mode: "script" | "structured";
        path: string;
        queries: string[];
        verb: string;
        writeShaped: boolean;
    }
    Index

    Properties

    args: Record<string, string>

    CanonicalExecuteCommand.attributes under the ratified envelope name.

    mode: "script" | "structured"
    path: string
    queries: string[]
    verb: string
    writeShaped: boolean

    isWriteShaped(canonical) — the write-confirmation predicate, verbatim.