From 1bdd4dfd136e50ed0c202ede9b88d22621123139 Mon Sep 17 00:00:00 2001 From: baizhi958216 <1475289190@qq.com> Date: Sat, 6 Jun 2026 21:48:26 +0800 Subject: [PATCH] feat(dx): add missing nextjs default rules Signed-off-by: baizhi958216 <1475289190@qq.com> --- AGENTS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 397c77b..3d75bb1 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,3 +1,9 @@ + +# This is NOT the Next.js you know + +This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `node_modules/next/dist/docs/` before writing any code. Heed deprecation notices. + + # Repository Guidelines This is the primary working guide for AI coding agents and contributors. It summarizes the repo-specific rules and adds contributor workflow guidance. Prefer it over generic Next.js assumptions.