docs(agents): document Homebrew formula update workflow#130
Closed
tembo[bot] wants to merge 1 commit into
Closed
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
|
Requesting review from @leoisadev1 who has experience with the following files modified in this PR:
|
Member
|
Consolidated into #145 — Homebrew Formula section kept in full (all claims verified against release.yml and package.json). |
leoisadev1
added a commit
that referenced
this pull request
Jul 6, 2026
Consolidates the accurate, verified additions from Tembo draft PRs #130, #131, #132, #137, #138, #139, #142, and #143 into one coherent AGENTS.md update: telemetry test isolation, convex-email component workflow, Homebrew formula automation, live-check LIVE_SEND behavior, docs-site types:check, blog refresh workflow, and the PostHog release annotation. Generated-By: PostHog Code Task-Id: ec2538f2-5c80-4142-b4b3-b1a53394862e
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.
Summary
Adds a Homebrew Formula section to
AGENTS.mddocumenting a workflow and command that were previously undocumented despite existing in the repo.This surfaced from the merge of #129 ("Update Homebrew formula for 0.6.5"), which exercised release automation that
AGENTS.mddid not describe.What was added
bun run homebrew:updatecommand (defined inpackage.json, implemented inscripts/update-homebrew-formula.ts), which regeneratesFormula/email-sdk.rb'surlandsha256from the published npm tarball..github/workflows/release.yml, which runshomebrew:updateafter a publish and opens anautomation/homebrew-formula-<version>PR when the formula changes.Grounding
Every claim is drawn from existing repo usage:
package.json→"homebrew:update": "bun scripts/update-homebrew-formula.ts".github/workflows/release.ymllines 63–84 (runshomebrew:update, branchautomation/homebrew-formula-${VERSION}, opens PR)Formula/email-sdk.rb(the formula file that tracks the published release)Edit is scoped to a single new section; no unrelated sections or auto-generated files were touched.