Agent/release homebrew v0 14 0 - #11
Conversation
url -> aislop-0.12.1.tgz, sha256 from the published npm tarball (via scripts/update-formula.sh 0.12.1).
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 19974d30cb
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| homepage "https://scanaislop.com" | ||
| url "https://registry.npmjs.org/aislop/-/aislop-0.13.0.tgz" | ||
| sha256 "316bc4c45c6a04227a5c24f5e0bea336e80d336f158c36116a3bd3768d5423e5" | ||
| url "https://registry.npmjs.org/aislop/-/aislop-0.14.0.tgz" |
There was a problem hiding this comment.
Fix the broken 0.14.0 aislop-tools bin
Bumping the formula to the 0.14.0 npm tarball also installs that release's new aislop-tools bin via the existing libexec.glob("bin/*") symlink step, but the 0.14.0 package manifest points that bin at scripts/install-tools.mjs while the package source only contains scripts/postinstall-tools.mjs. On fresh Homebrew installs, users who run aislop-tools to fetch the bundled Ruff/golangci-lint support get a missing-module failure, so this bump should either patch the bin path during install or wait for a corrected tarball.
Useful? React with 👍 / 👎.
No description provided.