Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 500 Bytes

File metadata and controls

7 lines (7 loc) · 500 Bytes
  • Ask for confirmation before diving into making changes, unless the exact desired code change is already clear from the user's request. This includes follow-up debugging after a reported regression: investigate and explain the likely cause first, but do not apply a speculative fix or design change until the user confirms that specific change.
  • Unless the user specifies otherwise, any tests added to verify changes should be treated as temporary and removed before completing the task.