| Dimension | Shared | Only in A | Only in B | Overlap |
|---|---|---|---|---|
| Sections | 0 | 1 | 1 | 0% |
| Commands | 0 | 0 | 0 | — |
| Section tags | 0 | 0 | 0 | — |
What each file covers
Sections
0 shared · 1 only in A · 1 only in B- − This is NOT the Next.js you know
- + Turbopack Development Guide
Commands
neither file has anySection tags
neither file has anyLine 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 · turbopack/AGENTS.md
@@ +1 @@
1# Turbopack Development Guide
2
3Turbopack is a general-purpose bundler that is built and designed for Next.js, but is not necessarily Next.js-specific. Keep Next.js concepts out of it.
4
5- **Do NOT mention Next.js config options** (e.g. anything under `next.config.js`, `experimental.*`, or other `NextConfig` fields) inside `turbopack/` code, comments, or docs. Refer to Turbopack's own options/inputs instead, and let the Next.js (in `packages/next/`) do the translation from Next.js config to Turbopack options. (This only applies to `turbopack/` — the Next.js-specific crates in `crates/` and `packages/next/` may reference Next.js config options.)
6
@@ −1 +1 @@
1−<!-- BEGIN:nextjs-agent-rules -->
1+# Turbopack Development Guide
22
3−# This is NOT the Next.js you know
3+Turbopack is a general-purpose bundler that is built and designed for Next.js, but is not necessarily Next.js-specific. Keep Next.js concepts out of it.
44
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 -->
5+- **Do NOT mention Next.js config options** (e.g. anything under `next.config.js`, `experimental.*`, or other `NextConfig` fields) inside `turbopack/` code, comments, or docs. Refer to Turbopack's own options/inputs instead, and let the Next.js (in `packages/next/`) do the translation from Next.js config to Turbopack options. (This only applies to `turbopack/` — the Next.js-specific crates in `crates/` and `packages/next/` may reference Next.js config options.)
86
