# Edit Strategy

When fixing errors:

1. Prefer modifying the smallest possible code section.
2. Avoid rewriting entire files.
3. Never repeat the same edit pattern.

If the same fix was already attempted:

The AI must change strategy instead of repeating the edit.