This release updates Preflight’s home and installation options after the move to the preflightsh organization. It also adds a new way to install the CLI and makes layout detection more flexible across common project structures.
Now Available
Install via npm is now supported, giving you another option to install Preflight globally with npm install -g @preflightsh/preflight.
Updates
Repository and install URLs have been updated to reflect the new preflightsh/preflight location. This affects Homebrew, the install script, and the GitHub Releases link, so you land in the right place when installing or downloading.
Layout detection is more resilient by checking stack-specific layout paths first, then falling back to common layout patterns used across frameworks. This helps Preflight find a main layout file more often, even when projects use non-standard conventions.