| Dimension | Shared | Only in A | Only in B | Overlap |
|---|---|---|---|---|
| Sections | 0 | 1 | 1 | 0% |
| Commands | 0 | 0 | 0 | — |
| Section tags | 0 | 2 | 0 | 0% |
What each file covers
Sections
0 shared · 1 only in A · 1 only in B- − Next.js Rules
- + This is NOT the Next.js you know
Commands
neither file has anySection tags
0 shared · 2 only in A · 0 only in B- − code-style
- − do-not
Line diff
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
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
@@ −1 +1 @@
1−---
2−description: Next.js patterns for QBook
3−globs: app/**/*,components/**/*
4−alwaysApply: false
5−---
1+<!-- BEGIN:nextjs-agent-rules -->
2+# This is NOT the Next.js you know
63
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.
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 -->
126
