Commit b592e6d
authored
fix: add AGENTS.md at package root for agent discovery (#92376)
### What?
Add an `AGENTS.md` file at the npm package root
(`node_modules/next/AGENTS.md`) so AI agents can discover the bundled
documentation.
### Why?
AI coding agents naturally check the package root for `AGENTS.md` before
searching subdirectories. Without a file at the root, `cat
node_modules/next/AGENTS.md` fails and agents hit a dead end. The
bundled docs at `dist/docs/` are already shipped with the package but
are not discoverable from the root.
### How?
- Add `packages/next/AGENTS.md` mirroring the same content
`create-next-app` generates for the project root, with the path adjusted
to point at `dist/docs/` relative to the package root.
- Add `"AGENTS.md"` to the `files` array in `package.json` so it ships
with the npm package.
### Improving Documentation
- [x] Run `pnpm prettier-fix` to fix formatting issues before opening
the PR.
<!-- NEXT_JS_LLM_PR -->1 parent b6017fa commit b592e6d
2 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments