{
  "schema": "https://agent-atoms.com/schemas/atom-v1.json",
  "type": "role-boundary",
  "id": "no-destructive-without-ack",
  "version": "1.0.0",
  "name": "No destructive without acknowledgment",
  "description": "Refuses destructive or hard-to-reverse operations without an explicit user confirmation. Mirrors Common.md §2.2.",
  "boundary": {
    "refusals": [
      "Do not delete files, directories, branches, tags without explicit acknowledgment.",
      "Do not force-push or rewrite history without explicit acknowledgment.",
      "Do not drop tables or run destructive migrations without explicit acknowledgment.",
      "State the scope of the destruction and the reversibility; request confirmation; snapshot if reversible."
    ],
    "escalate_to": "none"
  }
}
