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.
Mark the current
*.harness.*/*.eval.*SCRIPT as SKIPPED and exit, sovigiles test/vigiles evalreport a loud⊘ SKIPPEDinstead of a silent✓— e.g. the deterministic tier when theclaudeCLI isn't installed. A skip never fails the run. Exit 77 is the runner'sSKIP_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.