Skip to content

docs(agents): document Homebrew formula update workflow#130

Closed
tembo[bot] wants to merge 1 commit into
mainfrom
tembo/document-homebrew-workflow
Closed

docs(agents): document Homebrew formula update workflow#130
tembo[bot] wants to merge 1 commit into
mainfrom
tembo/document-homebrew-workflow

Conversation

@tembo

@tembo tembo Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds a Homebrew Formula section to AGENTS.md documenting 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.md did not describe.

What was added

  • The bun run homebrew:update command (defined in package.json, implemented in scripts/update-homebrew-formula.ts), which regenerates Formula/email-sdk.rb's url and sha256 from the published npm tarball.
  • The automated post-publish flow in .github/workflows/release.yml, which runs homebrew:update after a publish and opens an automation/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.yml lines 63–84 (runs homebrew:update, branch automation/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.


Want tembo to make any changes? Add a comment with @tembo and i'll get back to work!

View on Tembo View Agent Settings View on automation

@tembo tembo Bot added the tembo Pull request created by Tembo label Jul 6, 2026
@vercel

vercel Bot commented Jul 6, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
email-sdk-fumadocs Ready Ready Preview, Comment Jul 6, 2026 3:25pm

Request Review

@tembo

tembo Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

Requesting review from @leoisadev1 who has experience with the following files modified in this PR:

  • AGENTS.md

@leoisadev1

Copy link
Copy Markdown
Member

Consolidated into #145 — Homebrew Formula section kept in full (all claims verified against release.yml and package.json).

@leoisadev1 leoisadev1 closed this Jul 6, 2026
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tembo Pull request created by Tembo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant