jevbooks

← All techniques

Explicit fail-open / fail-closed

失败模式旋钮

What it is

Does the text state what happens when Jev errors or times out: allow, deny, escalate, circuit breaker?

Not this

No stated behaviour on error.

questions.json · sent for every README

The question, as Jev sees it

This is the literal question jevbooks puts to Jev about every README. Copy the shape, not the wording.

{
  "failure-mode-knob": {
    "type": "noul",
    "instructions": {
      "what": "Does the text state what happens when Jev errors or times out: allow, deny, escalate, circuit breaker?",
      "not_for": "No stated behaviour on error."
    },
    "criteria": {
      "true": "The text explicitly describes this. One sentence is enough; other content does not cancel it.",
      "false": "The text does not describe this."
    }
  }
}

Build this with Jev →