docs(agents): document convex-email component workflows#132
Closed
tembo[bot] wants to merge 1 commit into
Closed
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 — kept the no-changeset rule and schema-derived _generated note; amended the in-package check commands (bun test needs email-sdk built first). |
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 the newly finished@opencoredev/convex-emailcomponent package (packages/convex-email), which was completed in #126. The file previously documented onlypackages/email-sdk.Changes
@opencoredev/convex-emailcomponent package.privatein itspackage.json, and.changeset/config.jsonsetsprivatePackages.version: false, so changesets do not version/publish it — don't add a changeset for convex-email-only changes.bun run check-typesandbun testfrompackages/convex-email.bun run codegenafter schema changes (src/component/schema.ts); the committed_generatedstubs derive from the schema, so most additions need no regen.Grounding
packages/convex-email/package.json→"private": true, scriptscodegen/check-types/test..changeset/config.json→privatePackages: { version: false, tag: false }.packages/convex-email/src/component/schema.tsand committed_generatedstubs.No unrelated or auto-generated sections were touched.
Triggered by the merge of #126 (finish the Convex component).