---
description: Fix the current error or bug with minimal changes
---
Fix the error/bug described below. Follow these principles:

1. **Minimal change** — Only modify what's necessary to fix the issue
2. **Root cause** — Fix the underlying cause, not just the symptom
3. **No regressions** — Ensure existing behavior is preserved
4. **Explain** — Briefly explain what caused the bug and why your fix works

$@
