Skip to content

📝 docs: AI 指示ファイルの Next.js バージョン表記を 15.5.18 に更新#284

Merged
touyou merged 1 commit into
mainfrom
chore/docs-nextjs-version
Jun 5, 2026
Merged

📝 docs: AI 指示ファイルの Next.js バージョン表記を 15.5.18 に更新#284
touyou merged 1 commit into
mainfrom
chore/docs-nextjs-version

Conversation

@touyou

@touyou touyou commented Jun 5, 2026

Copy link
Copy Markdown
Member

概要

ドキュメント鮮度の横断チェックで検出した古いバージョン表記の修正です。

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

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>
Copilot AI review requested due to automatic review settings June 5, 2026 09:29
@vercel

vercel Bot commented Jun 5, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sparkle-design Ready Ready Preview, Comment Jun 5, 2026 9:30am

Request Review

@coderabbitai

coderabbitai Bot commented Jun 5, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 91a264ef-3e72-4aa5-8d43-e5d807985406

📥 Commits

Reviewing files that changed from the base of the PR and between 2907454 and 4ac4561.

📒 Files selected for processing (4)
  • .cursor/rules/context.mdc
  • .github/instructions/ai-context.instructions.md
  • AGENTS.md
  • docs/ai-instructions/context.md

Walkthrough

このPRは、プロジェクトの複数のドキュメント・コンテキストファイルに記載されたNext.jsのバージョン番号を15.3.8から15.5.18に統一更新しています。技術スタック定義の保守アップデートです。

Changes

Documentation Updates

Layer / File(s) Summary
Next.js version updates across context files
.cursor/rules/context.mdc, .github/instructions/ai-context.instructions.md, AGENTS.md, docs/ai-instructions/context.md
開発者向けコンテキスト、AIインストラクション、エージェント定義の4ファイルのFramework欄におけるNext.jsバージョンを15.3.8から15.5.18に更新

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 バージョン更新、軽やかに四ファイル跳ねて、
Next.js進化、15.5.18へ舞う、
ドキュメント整い、ハーモニー完成♨

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive PR説明は概要、変更内容、確認方法が記載されていますが、提供されたテンプレートの「動作確認」「セルフレビューリスト」「関連Issue」などの必須セクションが不足しています。 テンプレートに従い、動作確認セクション(lint、build、test実行確認)とセルフレビューリストを追加してください。
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed PRタイトルは Next.js バージョン更新というメインの変更を明確に要約しており、実際の変更内容と完全に一致しています。
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/docs-nextjs-version

Comment @coderabbitai help to get the list of available commands and usage tips.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

AI 指示ファイル群に記載されている Next.js バージョン表記を、実際の package.jsonnext: 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 バージョン表記を更新

@touyou touyou merged commit 68d6034 into main Jun 5, 2026
5 checks passed
@touyou touyou deleted the chore/docs-nextjs-version branch June 5, 2026 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants