{
  "schema": "https://ai-atoms.com/schemas/policy-v1.json",
  "type": "policy",
  "id": "policy/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.",
  "subtype": "boundary",
  "effect": "forbid",
  "rule": {
    "text": "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.",
    "boundary_type": "role-refusal",
    "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"
  },
  "authored_by": "convergent-systems-key",
  "source_url": "https://github.com/convergent-systems-co/agent-atoms/blob/main/atoms/role-boundary/no-destructive-without-ack.json",
  "category": "security",
  "provenance": {
    "source": "convergent-systems-co/agent-atoms",
    "source_url": "https://github.com/convergent-systems-co/agent-atoms/blob/main/atoms/role-boundary/no-destructive-without-ack.json",
    "author": "convergent-systems-co",
    "license": "Apache-2.0",
    "notes": "Re-typed from role-boundary by scripts/migrate-policy-tool.py."
  },
  "lifecycle": "stable"
}