{
  "schema": "https://prompt-atoms.com/schemas/atom-v1.json",
  "type": "constraint",
  "id": "findings-need-evidence",
  "version": "1.0.0",
  "name": "Findings Need Evidence",
  "description": "Code-review findings of medium-or-higher severity must include file:line + a snippet from the actual code. Findings without evidence must be withdrawn or downgraded to a question.",
  "tags": ["code-review", "grounding"],
  "vendors": ["any"],
  "content": "Every code-review finding of medium-or-higher severity must include: (a) the file path and line range, and (b) a short code snippet (~200 chars max) from the actual code. A finding without evidence must be withdrawn or downgraded to a question. This applies to your own work as well as to reviewing others'.",
  "applicable_turns": ["system"]
}
