mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #604] [MERGED] docs: strengthen Next.js parity verification in agent guidelines #705
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#705
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/604
Author: @southpolesteve
Created: 3/20/2026
Status: ✅ Merged
Merged: 3/20/2026
Merged by: @southpolesteve
Base:
main← Head:docs/strengthen-nextjs-parity-checks📝 Commits (1)
56b1649docs: strengthen Next.js parity verification in agent guidelines📊 Changes
2 files changed (+68 additions, -2 deletions)
View changed files
📝
.gitignore(+3 -0)📝
AGENTS.md(+65 -2)📄 Description
Summary
Strengthens the AGENTS.md guidelines to prevent shipping fixes that diverge from Next.js behavior.
Motivation
During recent security remediation work, we repeatedly shipped fixes that didn't match Next.js behavior:
In each case, the fix was written and PRed before discovering the divergence. The verification step happened too late.
Changes
.nextjs-ref/, gitignored): instructions for cloning and searching the Next.js repo locally with ripgrep, much faster and more reliable thangh search code🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.