vigiles API reference
    Preparing search index...

    Function skip

    • Mark the current *.harness.* / *.eval.* SCRIPT as SKIPPED and exit, so vigiles test / vigiles eval report a loud ⊘ SKIPPED instead of a silent — e.g. the deterministic tier when the claude CLI isn't installed. A skip never fails the run. Exit 77 is the runner's SKIP_EXIT_CODE (run-scripts.ts).

      For standalone CLI-fallback scripts only — inside a runner (vitest / jest / node:test) use that runner's own skip, not a process exit.

      Parameters

      • Optionalreason: string

      Returns never