Fixed
- Opening a project in
efailed with "cannot open files in the 'folder' format."
open -arouted the project path through macOS's document-open flow, which refuses
folders unless the app declares it handles them. Launching withopen -a … --args <path>instead hands the path over as a plain argument, like any other editor.