docs(agents): document live adapter checks, blog refresh, and Homebrew update workflows#138
Closed
tembo[bot] wants to merge 1 commit into
Closed
docs(agents): document live adapter checks, blog refresh, and Homebrew update workflows#138tembo[bot] wants to merge 1 commit into
tembo[bot] wants to merge 1 commit into
Conversation
…w update workflows
|
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 blog-schedule.yml paragraph; live-check section was redundant with the existing Local Checks block and the Homebrew bullet is covered by a dedicated section. |
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
Updates
AGENTS.mdwith repo workflows and commands that were present in the codebase but not yet documented for agents. The SSR blog workflow and lint command were already synced in #120, so this fills the remaining gaps only.Added
bun run live:sequenzy/bun run live:lettermint(real provider account smoke checks inscripts/check-*-account.ts), the required provider API key in the repo-root.env.local, and notes the alias-less equivalents (check-jetemail-account.ts,check-primitive-account.ts)..github/workflows/blog-schedule.yml, which refreshes the build-time sitemap/rss/feed snapshot via a Vercel deploy hook (onnotra-publishedrepository_dispatch, a daily cron, or manual dispatch) and no-ops without theVERCEL_DEPLOY_HOOK_URLsecret.release.ymlrunsbun run homebrew:updateafter a publish and opens an "Update Homebrew formula" PR repointingFormula/email-sdk.rbat the new npm tarball URL + sha256.Grounding
Every claim is verified against source:
package.jsonscripts,scripts/,.github/workflows/blog-schedule.yml, and.github/workflows/release.yml. Documentation-only change; no source files modified, and no unrelated sections touched.