Skip to content

docs(agents): document .launch-smoke export-surface workflow#150

Draft
tembo[bot] wants to merge 1 commit into
mainfrom
tembo/agents-launch-smoke-docs
Draft

docs(agents): document .launch-smoke export-surface workflow#150
tembo[bot] wants to merge 1 commit into
mainfrom
tembo/agents-launch-smoke-docs

Conversation

@tembo

@tembo tembo Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

What

Adds a Launch Smoke Test section to AGENTS.md documenting the .launch-smoke/ workflow, which was previously undocumented.

Why

.launch-smoke/ is a standalone workspace (outside the root apps/*/packages/* globs, with its own bun.lock) that installs the built packages via file: dependencies and imports every published entry point and adapter subpath to catch export-surface regressions. It is not part of CI (.depot/workflows/ci.yml only runs release:ci) and is not mentioned anywhere in AGENTS.md, yet it is maintained alongside adapter additions (e.g. JetEmail #94, Primitive #102, Lettermint #107). An agent adding a provider adapter or a new public subpath export would not know to update it.

The new section records:

  • What .launch-smoke/ is and why it lives outside the root workspaces.
  • That it resolves the dist/ exports, so the packages must be built first.
  • The exact commands to run it.
  • The maintenance rule: add new adapter/subpath imports to the smoke tests.

Verification

All documented commands were run against a clean checkout:

  • bun run build — green (3/3 turbo tasks)
  • cd .launch-smoke && bun install && bun test26 pass, 0 fail
  • bun run check-types (tsc --noEmit) — exit 0

Scope

Single-line-of-intent change: only AGENTS.md is modified. No unrelated sections were touched and no generated files were altered.


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 19:25
@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 7:26pm

Request Review

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.

0 participants