AGENTS.md: record hand-maintained Homebrew tap README sharp edge - #27
Merged
Conversation
…brew tap repo's own README still serving the broken bare `brew install` one-liner that iteration 32 proved fails on current Homebrew, fixed it to mirror writ's verified tap/trust/install sequence via a direct contents-API commit (e1f445b), proved the corrected instructions work verbatim end to end, and recorded the hand-maintained-tap-README sharp edge in AGENTS.md.
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.
What changed
Lands iteration 69's project-memory commit (c4c1eb6): a one-line AGENTS.md note under the Release packaging bullet recording that the Homebrew tap repo's README.md is hand-maintained — goreleaser writes only
Formula/intoLaaaaksh/homebrew-writ, never the tap's README.Why it matters: iteration 32 fixed writ's own README install instructions to the verified three-line
brew tap/brew trust/brew installsequence, but the tap repo users actually reach when following those instructions kept serving the stale bare one-liner (which current Homebrew rejects with "Refusing to load formula from untrusted tap") until it was separately corrected via contents-API commit e1f445b in the tap repo. Without this memory, a future agent changing install instructions would repeat that drift.No code, docs, workflow, or release-artifact changes: master vs this branch differs by this AGENTS.md line only. v0.2.4 remains correctly latest (AGENTS.md ships in neither binaries nor the pkg.go.dev-rendered README).
Verification
go build ./...andgo vet ./...pass;gofmt -l .cleango test ./...green across all six packages