Skip to content

docs(agents): document Notra blog build workflow in AGENTS.md#117

Closed
tembo[bot] wants to merge 1 commit into
mainfrom
tembo/docs-agents-blog-workflow
Closed

docs(agents): document Notra blog build workflow in AGENTS.md#117
tembo[bot] wants to merge 1 commit into
mainfrom
tembo/docs-agents-blog-workflow

Conversation

@tembo

@tembo tembo Bot commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

What

Adds a Docs and Blog section to AGENTS.md documenting the Notra-powered blog build workflow that recent docs PRs (#110, #113, #116) introduced but that the agent instructions didn't yet cover.

Why

PR #116 (merged) fixed an empty production blog by adding NOTRA_API_KEY to passThroughEnv in apps/fumadocs/turbo.json — turbo's strict env mode was stripping the var on Vercel. That gotcha, plus the posts:fetch command and the Refresh blog posts from Notra workflow, are exactly the kind of repo-specific guidance AGENTS.md exists to capture.

Changes

New section documents, all grounded in current repo usage:

  • Docs site lives in apps/fumadocs; blog posts are fetched at build time by scripts/fetch-notra-posts.ts into src/lib/notra-posts.generated.ts.
  • On-demand fetch: cd apps/fumadocs && bun run posts:fetch.
  • NOTRA_API_KEY setup (local .env.local / Vercel env var) and the requirement to keep it in passThroughEnv in apps/fumadocs/turbo.json.
  • The Refresh blog posts from Notra workflow (.github/workflows/blog-schedule.yml) and its triggers.

Existing sections were left untouched. Verified the referenced commands, files, env var, and workflow all exist in the repo.


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 Jun 28, 2026
@tembo

tembo Bot commented Jun 28, 2026

Copy link
Copy Markdown
Contributor Author

Requesting review from @leoisadev1 who has experience with the following files modified in this PR:

  • AGENTS.md

@tembo tembo Bot requested a review from leoisadev1 June 28, 2026 02:52
@vercel

vercel Bot commented Jun 28, 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 Jun 28, 2026 2:53am

@leoisadev1

Copy link
Copy Markdown
Member

Closing: documents the pre-SSR build-time blog, superseded by #120 (SSR-accurate).

@leoisadev1 leoisadev1 closed this Jul 6, 2026
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