mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #681] [CLOSED] feat: nextjs-tracker — daily workflow to track Next.js canary changes #765
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#765
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/vinext/pull/681
Author: @southpolesteve
Created: 3/24/2026
Status: ❌ Closed
Base:
main← Head:feat/nextjs-tracker📝 Commits (2)
6c428a7refactor: extract Pages page data runtimed5e6ddefeat: add nextjs-tracker workflow and agent📊 Changes
8 files changed (+1114 additions, -451 deletions)
View changed files
➕
.github/workflows/nextjs-tracker.yml(+136 -0)➕
.opencode/agents/nextjs-tracker.md(+93 -0)📝
packages/vinext/src/entries/pages-server-entry.ts(+107 -216)➕
packages/vinext/src/server/pages-page-data.ts(+396 -0)📝
packages/vinext/src/server/pages-page-response.ts(+1 -1)📝
tests/__snapshots__/entry-templates.test.ts.snap(+104 -216)📝
tests/entry-templates.test.ts(+19 -18)➕
tests/pages-page-data.test.ts(+258 -0)📄 Description
Adds a daily scheduled workflow that monitors Next.js canary commits and opens tracking issues for anything relevant to vinext.
workflow_dispatchsince_hoursinput)nextjs-trackerBonk agentdry_run: trueon manual dispatch to get a stdout report of what would be opened without actually creating any issuesNew files:
.github/workflows/nextjs-tracker.yml— the workflow.opencode/agents/nextjs-tracker.md— agent config with relevance criteria, ignore list, dedup logic, and issue formatTo validate before the first real run: trigger
workflow_dispatchwithdry_run: trueand check the job logs.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.