{
  "schema": "https://ai-atoms.com/schemas/policy-v1.json",
  "type": "policy",
  "id": "policy/no-silent-bug-fixes",
  "version": "1.0.0",
  "name": "No Silent Bug Fixes",
  "description": "Do not silently fix bugs discovered during a refactor. When a bug is found during unrelated work, stop, report it, finish the original task with the bug preserved, and address the bug in a separate follow-up commit.",
  "subtype": "boundary",
  "effect": "forbid",
  "rule": {
    "text": "Do not silently fix bugs discovered during a refactor. When a bug is found during unrelated work, stop, report it, finish the original task with the bug preserved, and address the bug in a separate follow-up commit.",
    "boundary_type": "behavioural"
  },
  "authored_by": "convergent-systems-key",
  "source_url": "https://github.com/convergent-systems-co/persona-atoms/blob/main/atoms/behavioural-constraint/no-silent-bug-fixes.json",
  "category": "governance",
  "provenance": {
    "source": "convergent-systems-co/persona-atoms",
    "source_url": "https://github.com/convergent-systems-co/persona-atoms/blob/main/atoms/behavioural-constraint/no-silent-bug-fixes.json",
    "author": "convergent-systems-co",
    "license": "Apache-2.0",
    "notes": "Re-typed from behavioural-constraint by scripts/migrate-policy-tool.py."
  },
  "lifecycle": "stable"
}