We ve all been there: You want to group your code by "Feature," but the project structure is forced to be "By Type," and if you move one file, 50 import statements break and the build fails.
I created UCO (Universal Code Organizer) to solve this. Instead of moving files, it scans your code for a simple @UCO: tag in the comments and generates a Shadow Workspace using OS symlinks.
The Workflow:
Keep your messy files exactly where the compiler wants them.
Add a comment like // @UCO: Features/Auth/Hooks to your file.
Run the script.
Open the generated UCOWorkspace_ folder.