Yes, add a repository instructions file. Copilot Chat and agent mode read it on every request:
<!-- .github/copilot-instructions.md -->
- Next.js 15, App Router only. There is no pages/ directory.
- Use `next/navigation` (useRouter, usePathname), never `next/router`.
- Data fetching in server components or server actions, not getServerSideProps.
- Route handlers live in app/api/**/route.ts.Inline completions (the grey ghost text) use it less, those rely mostly on the open files.