Skip to content

docs(agents): document convex-email component workflows#132

Closed
tembo[bot] wants to merge 1 commit into
mainfrom
tembo/update-agents-convex-component
Closed

docs(agents): document convex-email component workflows#132
tembo[bot] wants to merge 1 commit into
mainfrom
tembo/update-agents-convex-component

Conversation

@tembo

@tembo tembo Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Summary

Updates AGENTS.md with the newly finished @opencoredev/convex-email component package (packages/convex-email), which was completed in #126. The file previously documented only packages/email-sdk.

Changes

  • Project section: adds a pointer to the @opencoredev/convex-email component package.
  • New "Convex Component" section, grounded in repo files:
    • The package is private in its package.json, and .changeset/config.json sets privatePackages.version: false, so changesets do not version/publish it — don't add a changeset for convex-email-only changes.
    • Package-local checks: bun run check-types and bun test from packages/convex-email.
    • bun run codegen after schema changes (src/component/schema.ts); the committed _generated stubs derive from the schema, so most additions need no regen.

Grounding

  • packages/convex-email/package.json"private": true, scripts codegen / check-types / test.
  • .changeset/config.jsonprivatePackages: { version: false, tag: false }.
  • packages/convex-email/src/component/schema.ts and committed _generated stubs.

No unrelated or auto-generated sections were touched.


Triggered by the merge of #126 (finish the Convex component).


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
@tembo tembo Bot requested a review from leoisadev1 July 6, 2026 15:24
@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

@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

@leoisadev1

Copy link
Copy Markdown
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 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