Open
Conversation
688a1e2 to
af7c664
Compare
af7c664 to
cb11afa
Compare
bevanjkay
reviewed
Mar 23, 2026
Casks/c/clearly.rb
Outdated
Comment on lines
+10
to
+14
|
|
||
| livecheck do | ||
| url :url | ||
| strategy :github_latest | ||
| end |
Member
There was a problem hiding this comment.
Suggested change
| livecheck do | |
| url :url | |
| strategy :github_latest | |
| end |
The default livecheck should suffice here.
Although I am concerned about the release cadence, if it continues at the current rate it will likely need to be throttled in Homebrew if there are multiple releases per day.
Contributor
Author
There was a problem hiding this comment.
release cadence
Noted. The app is newly released and the developer is iterating quickly. I'll keep an eye on the release cadence.
bevanjkay
reviewed
Mar 23, 2026
Casks/c/clearly.rb
Outdated
| url "https://github.com/Shpigford/clearly/releases/download/v#{version}/Clearly.dmg", | ||
| verified: "github.com/Shpigford/clearly/" | ||
| name "Clearly" | ||
| desc "Clean, native markdown editor" |
Member
There was a problem hiding this comment.
Suggested change
| desc "Clean, native markdown editor" | |
| desc "Markdown editor" |
bevanjkay
reviewed
Mar 23, 2026
Member
bevanjkay
left a comment
There was a problem hiding this comment.
It likely also requires an auto_updates stanza at it seems to have an in-app auto-update mechanism
Contributor
Author
Added |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
After making any changes to a cask, existing or new, verify:
brew audit --cask --online clearlyis error-free.brew style --fix clearlyreports no offenses.Additionally, if adding a new cask:
brew audit --cask --new clearlyworked successfully.HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask clearlyworked successfully.brew uninstall --cask clearlyworked successfully.zapstanza paths.claude-sonnet-4-6) generated the initial cask structure and stanzas (desc,livecheck,depends_on,app), suggested theverified:fix for the URL stanza, and advised on commit message format based on commit history.project.ymlto get the bundle ID (com.sabotage.clearly) and minimum macOS version (14.0).brew generate-zap clearlyafter installing and launching the app to replace the AI-generatedzappaths, then ranbrew style --fix clearlyto correct the glob pattern.