📝 docs: AI 指示ファイルの Next.js バージョン表記を 15.5.18 に更新#284
Conversation
docs/ai-instructions/context.md の Framework 記述が package.json の実バージョン (next 15.5.18)と乖離していたため更新し、scripts/sync-ai-instructions.sh で AGENTS.md / .cursor/rules / .github/instructions に再同期。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
WalkthroughこのPRは、プロジェクトの複数のドキュメント・コンテキストファイルに記載されたNext.jsのバージョン番号を15.3.8から15.5.18に統一更新しています。技術スタック定義の保守アップデートです。 ChangesDocumentation Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Pull request overview
AI 指示ファイル群に記載されている Next.js バージョン表記を、実際の package.json(next: 15.5.18)に合わせて更新し、同期先ファイルへ反映する PR です。
Changes:
docs/ai-instructions/context.mdの Next.js バージョン表記を 15.5.18 に更新- 同内容を同期先(
AGENTS.md/ Cursor / GitHub instructions)へ反映
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/ai-instructions/context.md | Framework の Next.js バージョン表記を 15.5.18 に更新 |
| AGENTS.md | 同期された AI コンテキスト内の Next.js バージョン表記を更新 |
| .github/instructions/ai-context.instructions.md | GitHub instructions 側の Next.js バージョン表記を更新 |
| .cursor/rules/context.mdc | Cursor rules 側の Next.js バージョン表記を更新 |
概要
ドキュメント鮮度の横断チェックで検出した古いバージョン表記の修正です。
docs/ai-instructions/context.mdの Framework 記述が Next.js 15.3.8 のままで、package.json の実バージョン(next 15.5.18)と乖離していました。変更内容
docs/ai-instructions/context.mdの Next.js バージョンを 15.5.18 に更新scripts/sync-ai-instructions.shを実行して以下に再同期:AGENTS.md.cursor/rules/context.mdc.github/instructions/ai-context.instructions.md確認方法
grep -rn "15\.3\.8" docs/ AGENTS.md .cursor .github/instructionsがヒットしないこと。🤖 Generated with Claude Code