| Dimension | Shared | Only in A | Only in B | Overlap |
|---|---|---|---|---|
| Sections | 0 | 1 | 1 | 0% |
| Commands | 0 | 0 | 0 | — |
| Section tags | 0 | 0 | 2 | 0% |
What each file covers
Sections
0 shared · 1 only in A · 1 only in B- − This is NOT the Next.js you know
- + Next.js Rules
Commands
neither file has anySection tags
0 shared · 0 only in A · 2 only in B- + code-style
- + do-not
Line diff
Phozen/booking-system · AGENTS.md
@@ −1 @@
1<!-- BEGIN:nextjs-agent-rules -->
2# This is NOT the Next.js you know
3
4This 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.
5<!-- END:nextjs-agent-rules -->
6
Phozen/booking-system · .cursor/rules/nextjs.mdc
@@ +1 @@
1---
2description: Next.js patterns for QBook
3globs: app/**/*,components/**/*
4alwaysApply: false
5---
6
7# Next.js Rules
8- App Router only. No `src/` directory.
9- Prefer server components. Use `"use client"` only when interactivity needed.
10- Route groups: `(app)` for employee shell, `(document)` for print/document shell.
11- Layouts should not contain business logic — keep them structural.
12
@@ −1 +1 @@
1−<!-- BEGIN:nextjs-agent-rules -->
2−# This is NOT the Next.js you know
1+---
2+description: Next.js patterns for QBook
3+globs: app/**/*,components/**/*
4+alwaysApply: false
5+---
36
4−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.
5−<!-- END:nextjs-agent-rules -->
7+# Next.js Rules
8+- App Router only. No `src/` directory.
9+- Prefer server components. Use `"use client"` only when interactivity needed.
10+- Route groups: `(app)` for employee shell, `(document)` for print/document shell.
11+- Layouts should not contain business logic — keep them structural.
612
