docs(agents): document live account checks and homebrew:update#139
Closed
tembo[bot] wants to merge 1 commit into
Closed
docs(agents): document live account checks and homebrew:update#139tembo[bot] wants to merge 1 commit into
tembo[bot] wants to merge 1 commit into
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 — kept the auth-only default and _LIVE_SEND=true behavior; dropped the '.env.local then .env' claim (scripts only load .env.local) and the Homebrew section that missed the release.yml automation. |
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.
What
Adds two previously-undocumented, repo-grounded workflows to
AGENTS.md:scripts/check-<provider>-account.tsscripts that verify provider credentials authenticate against the real API. Documents thebun run live:sequenzy/bun run live:lettermintaliases, the direct-invocation form for the jetemail/primitive scripts (which have no alias), the.env.local→.envloading order, and the<PROVIDER>_LIVE_SEND=trueflag that turns the auth probe into a real send.bun run homebrew:updatecommand (scripts/update-homebrew-formula.ts) that refreshesFormula/email-sdk.rbwith the published npm tarball URL +sha256for the current version, run after a release is live on npm (as in Update Homebrew formula for 0.6.5 #129).Why
These are real
package.jsonscripts andscripts/*.tsworkflows already in use, but they were absent fromAGENTS.md. This continues the pattern from #120 of keeping the agent instructions in sync with the repo's actual commands.Notes
package.json,scripts/, andFormula/— no invented commands.Triggered by the merge of #127.