docs(readme): install from the org tap, and trust it first#161
Merged
Conversation
Two problems with the documented install. It pointed at felixgeelhaar/tap, whose copy of this formula was removed when the casks moved to the org tap. It still resolves -- tap_migrations.json redirects it -- but documenting a path that works only via a redirect is one deprecation away from breaking. And Homebrew will not load a cask from a third-party tap it has not been told to trust, so the command as written fails on any machine that has not already trusted this one: Error: Refusing to load cask klarlabs-studio/tap/tokenops from untrusted tap klarlabs-studio/tap. That gate is new -- it arrived with the move to the org tap -- and the error explains the refusal without explaining why the tap changed. It is a per-machine decision and needs making once for the tap, not once per tool. Claude-Session: https://claude.ai/code/session_01BFsL9VmX5KHW8cnLMRPei3
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.
The documented install had two problems.
It pointed at the wrong tap (warden, roady, tokenops only) —
felixgeelhaar/tap, whose copy was removed when the casks moved to the org tap. It still resolves, becausetap_migrations.jsonredirects it, but documenting a path that works only via a redirect is one deprecation away from breaking.And it fails on a fresh machine. Homebrew will not load a cask from a third-party tap it has not been told to trust:
That gate arrived with the move to the org tap, and the error explains the refusal without explaining why the tap changed.
brew trustis a per-machine decision, needed once for the tap rather than once per tool.Same fix landed in klarlabs-studio/briefkasten#49.
https://claude.ai/code/session_01BFsL9VmX5KHW8cnLMRPei3