Next.jsチュートリアルのファイル構成にAGENTS.mdとCLAUDE.mdを追加しました。#1105
Merged
Conversation
## 対象者 - [x] 📖 読者 ## Problem `npm create next-app@latest` で生成されるプロジェクトに `AGENTS.md` と `CLAUDE.md` が含まれるようになり(Next.js 16.2.3時点)、チュートリアルに記載されているファイル構成と実際の構成が一致しなくなっていました。読者がチュートリアル通りに進めた際に、ファイル構成の確認で混乱する可能性がありました。 ## Solution `docs/tutorials/nextjs.md` のファイル構成ツリーに `AGENTS.md` と `CLAUDE.md` を追加しました。 ## Value 読者が `create-next-app` 実行後のファイル構成を確認する際に、チュートリアルの記述と実際のファイル構成が一致するようになります。 --- Close #1100
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
対象者
Problem
npm create next-app@latestで生成されるプロジェクトにAGENTS.mdとCLAUDE.mdが含まれるようになり(Next.js 16.2.3時点)、チュートリアルに記載されているファイル構成と実際の構成が一致しなくなっていました。読者がチュートリアル通りに進めた際に、ファイル構成の確認で混乱する可能性がありました。Solution
docs/tutorials/nextjs.mdのファイル構成ツリーにAGENTS.mdとCLAUDE.mdを追加しました。Value
読者が
create-next-app実行後のファイル構成を確認する際に、チュートリアルの記述と実際のファイル構成が一致するようになります。Close #1100