护栏与审查

patdown

@tyler-dot-earth10TypeScriptNOASSERTION更新于 2026-09-20可当场跑

基于 TypeSafe 的 Jev 实现模糊代码检查,帮助你审视代码质量。

英文原文

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

tyler-dot-earth/patdown

它在哪儿调用了 Jev

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

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

链接指向我们抓取当天的那个 commit,行号是准的。

它问 Jev 的问题

下面是从这个项目源码里原样取出来的 question 组合。

取自 scripts/probe-jev-input-size.mjs:41

  1. noul是/否

    Does this diff add console.log debugging statements?

用你自己的内容跑一遍

代码
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?' },
  },
});

同类的其他项目