NOT the Next.js version change

This commit is contained in:
cxymds
2026-07-06 10:20:14 +08:00
parent d5d54c1a57
commit acdb84ff8b
+8
View File
@@ -298,3 +298,11 @@ Create such documents only when the user explicitly asks for them.
- Update plan documentation as you go.
- Learn from existing implementations if exists (especially `console-old`).
- Stop after 3 failed attempts and reassess.
<!-- BEGIN:nextjs-agent-rules -->
# 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.
**Keep this block, including in commits.** It is part of the project's agent setup, maintained by `next dev` for every agent that works here. If it appears as an uncommitted change, that is intentional — commit it as-is. Do not remove it to clean up a diff; it will be regenerated.
<!-- END:nextjs-agent-rules -->