## Code style and design rules
- Keep changes minimal
- Do not move/refactor existing code unless the task requires it.
- Avoid helper extraction that is only stylistic cleanup.
- Preserve existing names/signatures unless behavior requires change.
- Don't do delta style changes, if you're documenting focus on the final state
- Keep unrelated edits out of your diff.