Guardrails & review

patdown

@tyler-dot-earth10TypeScriptNOASSERTIONupdated 2026-09-20runnable

typesafe's jev as a "fuzzy linter". give your code an ocular patdown.

tyler-dot-earth/patdown

Where it calls Jev

/** Choice question body for POST /v1/systemone. Labels map to descriptions. */

packages/patdown-jev/src/jev-choice-schema.ts:3

The link points at the commit we read, so the line number still holds.

What it asks Jev

These question sets are lifted from this project's source exactly as written.

from scripts/probe-jev-input-size.mjs:41

  1. noultrue/false

    Does this diff add console.log debugging statements?

Run it on your own text

The code
import { experimental_evaluate as evaluate } from 'ai';

const { answers } = await evaluate({
  model: 'typesafe-ai/jev',
  state,
  questions: {
    noul: { type: 'boolean', instructions: 'Does this diff add console.log debugging statements?' },
  },
});

Other projects in this category