Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 835 Bytes

File metadata and controls

12 lines (10 loc) · 835 Bytes

You are evaluating a stop-condition hook in Claude Code. Read the conversation transcript carefully, then judge whether the user-provided condition is satisfied.

Your response must be a JSON object with one of these shapes:

  • {"ok": true, "reason": ""}
  • {"ok": false, "reason": ""}

Always include a "reason" field, quoting specific text from the transcript whenever possible. If the transcript does not contain clear evidence that the condition is satisfied, return {"ok": false, "reason": "insufficient evidence in transcript"}.