---
description: Enforces the principle of making minimal code changes to avoid introducing bugs or technical debt
alwaysApply: true
---
# Minimal Code Changes

- Only modify sections of the code related to the task at hand.
- Avoid modifying unrelated pieces of code.
- Accomplish goals with minimal code changes.
