specVersion | (none) | Rule spec version. Set to 1.0.0 for rules using the full judge schema. |
evaluator | base | Evaluator type. Use base for standard rules. Use technical-accuracy for rules that verify factual claims against live web search (requires a search provider). |
type | check | Review mode. check finds specific, countable violations. judge scores content against weighted criteria on a 1–4 rubric. |
severity | warning | How a failing result is reported. error causes a non-zero exit code; warning reports the issue without failing the run. |
evaluateAs | chunk | Whether to evaluate content in sections (chunk) or as a single unit (document). Chunking is applied automatically to documents over 600 words. Set to document to disable chunking for a specific rule. |
strictness | standard | For check rules: how strongly error density is penalized when scoring. One of lenient (5), standard (10, default), strict (20), or any positive number. Has no effect on judge rules. See Strictness. |
target | (none) | Regex specification to extract and review a specific portion of the content, such as the H1 headline. See Target fields below. |
criteria | (none) | Required when type is judge. Defines the scoring dimensions and their weights. See Criteria fields below. |