Code File Reorganization
Restructure the specified code files: rearrange module layout, reorder logically, extract shared logic, remove redundancy, add section separators and comments. Must not change any functionality or logic.
Target Scope
$ARGUMENTS specifies the target:
- File path:
/reorganize src/engine.go— reorganize a single file - Directory path:
/reorganize src/core/— reorganize all code files in the directory diff:/reorganize diff— reorganize al
[Description truncada. Veja o README completo no GitHub.]