Simplify
Streamline code by removing redundancy and aligning with repo style.
Steps
- •Identify redundant logic, unnecessary indirection, or repeated patterns
- •Consolidate or refactor to smaller, clearer units with meaningful names
- •Align structure and formatting with existing repo conventions
- •If input is provided, apply changes only within the specified target
Notes
- •Prefer minimal, behavior-preserving changes unless input requests otherwise