----- After making any changes to a cask, existing or new, verify: - [ ] The submission is for [a stable version](https://docs.brew.sh/Acceptable-Casks#stable-versions) or [documented exception](https://docs.brew.sh/Acceptable-Casks#but-there-is-no-stable-version). - [ ] `brew audit --cask --online ` is error-free. - [ ] `brew style --fix ` reports no offenses. Additionally, if adding a new cask: - [ ] Named the cask according to the [token reference](https://docs.brew.sh/Cask-Cookbook#token-reference). - [ ] Checked the cask was not [already refused](https://github.com/search?q=repo%3AHomebrew%2Fhomebrew-cask+is%3Aclosed+is%3Aunmerged+&type=pullrequests) (add your cask's name to the end of the search field). - [ ] `brew audit --cask --new ` worked successfully. - [ ] `HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask ` worked successfully. - [ ] `brew uninstall --cask ` worked successfully. ----- - [ ] AI was used to generate or assist with generating this PR. *Please specify below how you used AI to help you, and what steps you have taken to manually verify the changes, including [`zap` stanza](https://docs.brew.sh/Cask-Cookbook#stanza-zap) paths*. -----