clarify 1.5.8 (new cask)#269059
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The userData dir is derived from the Electron package.json name (clarify-desktop), verified against the running app's --user-data-dir. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Closing due to no response |
|
@krehel @bevanjkay — apologies for the silence here. I'd actually drafted a reply but left it as a pending review, so it was never published — my mistake. Could this be reopened? To answer @bevanjkay's question: yes, the Happy to make any further changes. Thanks for the review. |
|
Thanks for your pull request. This has been closed because it appears to use an incomplete or outdated pull request template. Please edit this pull request to fill in the current pull request template. This workflow will reopen this pull request automatically once the template is complete. Do not open a new pull request for this. |
Address review: bump to latest (1.6.0), shorten desc, drop redundant livecheck.
|
Bumped to 1.6.1 (released 2026-06-22).
No other stanza changes. CI should re-run; happy to address any remaining review feedback. |
New cask for Clarify, an AI-native CRM desktop app for macOS (Apple Silicon).
After making any changes to a cask, existing or new, verify:
brew audit --cask --online <cask>is error-free.brew style --fix <cask>reports no offenses.Additionally, if adding a new cask:
brew audit --cask --new <cask>worked successfully.HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>worked successfully.brew uninstall --cask <cask>worked successfully.zapstanza paths.AI usage + manual verification: AI assisted with drafting the cask and an initial
zapstanza. Everyzappath was then manually verified on a machine with the app installed (bundle idcom.clarify.desktop): after install and use, each path was confirmed on disk. The one correction from review —~/Library/Application Support/Clarify→~/Library/Application Support/clarify-desktop— is in commit db7ce5b and matches the real directory the app creates. TheSaved Application Stateentry is the standard macOS-generated path.Notability: the only item
brew audit --cask --new clarifyflags is the GitHub release repo (clarifyhq/desktop-app-releases, used solely to host the signed build) being below the stars/forks threshold. This is the official vendor application — homepage https://clarify.ai, signed by Clarify, Inc. (Developer IDY45C5H69NK) — so per the Acceptable Casks policy the notability heuristic should be waived.Signed + notarized:
spctl -a -vvv→accepted,source=Notarized Developer ID; hardened runtime enabled, notarization ticket stapled. Download is a public GitHub release asset (no login/registration wall). arm64-only build (depends_on arch: :arm64), minimum macOS Monterey, auto-updates via electron-updater (auto_updates true).