docs(agents): document telemetry test isolation and CI commands#143
Closed
tembo[bot] wants to merge 1 commit into
Closed
docs(agents): document telemetry test isolation and CI commands#143tembo[bot] wants to merge 1 commit into
tembo[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
Requesting review from @leoisadev1 who has experience with the following files modified in this PR:
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Member
|
Consolidated into #145 — telemetry test isolation, docs types:check, and the PostHog release annotation all kept (verified against test-preload.ts, both bunfig.toml files, and release.yml). |
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
Updates
AGENTS.mdwith workflows and commands introduced by the merged PostHog telemetry work (#141), so agents working in this repo follow them going forward.Added
## Telemetrysection — documents thatbun testforce-disables telemetry via a Bun[test] preload(packages/email-sdk/test-preload.ts) wired from both the repo-root andpackages/email-sdk/bunfig.toml(Bun only reads the cwd'sbunfig.toml, so the two must stay in sync). Also notes that capture-enabled tests use injectedenv/fetch/configDiroverrides, and lists the user-facing opt-outs (EMAIL_SDK_TELEMETRY=0,DO_NOT_TRACK=1,createEmailClient({ telemetry: false })).bun run types:checkcommand (fumadocs-mdx && tsc --noEmit) used to validate docs-site changes.release.ymland itsPOSTHOG_PERSONAL_API_KEYsecret.Grounding
Each addition is verified against repo usage:
bunfig.toml(root) +packages/email-sdk/bunfig.toml+packages/email-sdk/test-preload.tsapps/fumadocs/package.jsontypes:checkscript.github/workflows/release.yml"Annotate release in PostHog" stepDocs-only change; no code or auto-generated files touched.