| Dimension | Shared | Only in A | Only in B | Overlap |
|---|---|---|---|---|
| Sections | 0 | 1 | 1 | 0% |
| Commands | 0 | 0 | 0 | — |
| Section tags | 0 | 0 | 4 | 0% |
What each file covers
Sections
0 shared · 1 only in A · 1 only in B- − This is NOT the Next.js you know
- + Test review instructions
Commands
neither file has anySection tags
0 shared · 0 only in A · 4 only in B- + test
- + code-style
- + git-pr
- + agent-behaviour
Line diff
vercel/next.js · packages/next/AGENTS.md
@@ −1 @@
1<!-- BEGIN:nextjs-agent-rules -->
2
3# This is NOT the Next.js you know
4
5This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `dist/docs/` before writing any code. Heed deprecation notices.
6
7<!-- END:nextjs-agent-rules -->
8
vercel/next.js · test/AGENTS.md
@@ +1 @@
1# Test review instructions
2
3- During code review, flag any change that newly disables, skips, or omits deploy-mode tests or assertions, including `skipDeployment: true` and `isNextDeploy` conditionals. Only allow this when the assertion is inherently specific to self-hosted behavior; even then, prefer an explicit deploy-mode assertion that documents the different deployed semantics.
4
@@ −1 +1 @@
1−<!-- BEGIN:nextjs-agent-rules -->
1+# Test review instructions
22
3−# This is NOT the Next.js you know
4−
5−This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `dist/docs/` before writing any code. Heed deprecation notices.
6−
7−<!-- END:nextjs-agent-rules -->
3+- During code review, flag any change that newly disables, skips, or omits deploy-mode tests or assertions, including `skipDeployment: true` and `isNextDeploy` conditionals. Only allow this when the assertion is inherently specific to self-hosted behavior; even then, prefer an explicit deploy-mode assertion that documents the different deployed semantics.
84
