vigiles API reference
    Preparing search index...

    Interface CompileError

    interface CompileError {
        message: string;
        path?: string;
        type:
            | "stale-file"
            | "stale-command"
            | "stale-ref"
            | "invalid-rule"
            | "budget-exceeded"
            | "section-too-long"
            | "section-has-header"
            | "reserved-section-key"
            | "spec-name-mismatch"
            | "unknown-tool"
            | "invalid-railway"
            | "purity-violation"
            | "output-without-fork"
            | "effect-in-skill"
            | "inline-code-too-long";
    }
    Index

    Properties

    Properties

    message: string
    path?: string
    type:
        | "stale-file"
        | "stale-command"
        | "stale-ref"
        | "invalid-rule"
        | "budget-exceeded"
        | "section-too-long"
        | "section-has-header"
        | "reserved-section-key"
        | "spec-name-mismatch"
        | "unknown-tool"
        | "invalid-railway"
        | "purity-violation"
        | "output-without-fork"
        | "effect-in-skill"
        | "inline-code-too-long"