Skip to content

chore: AGENTS.md から存在しない next/ ディレクトリの行を削除 - #811

Merged
keito4 merged 1 commit into
mainfrom
claude/issue-810-20260611-0301
Jun 11, 2026
Merged

chore: AGENTS.md から存在しない next/ ディレクトリの行を削除#811
keito4 merged 1 commit into
mainfrom
claude/issue-810-20260611-0301

Conversation

@keito4

@keito4 keito4 commented Jun 11, 2026

Copy link
Copy Markdown
Owner

Fixes #810

概要

  • AGENTS.md のプロジェクト構造テーブルから、存在しない next/ ディレクトリの行を削除
  • script/update-agents-md.sh で自動再生成して修正
  • CLAUDE.mdAGENTS.md へのシンボリックリンクのため同時修正済

Generated with Claude Code

Summary by CodeRabbit

  • Documentation
    • Updated project structure documentation to reflect current directory organization.

next/ ディレクトリは削除済みだが、プロジェクト構造テーブルに
stale なエントリが残っていたため、update-agents-md.sh で再生成して削除。

Co-authored-by: keito4 <keito4@users.noreply.github.com>
@keito4
keito4 merged commit e1997dc into main Jun 11, 2026
4 of 5 checks passed
@keito4
keito4 deleted the claude/issue-810-20260611-0301 branch June 11, 2026 05:07
@coderabbitai

coderabbitai Bot commented Jun 11, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 46ea9c7e-35ad-4265-a3c1-ed848225b481

📥 Commits

Reviewing files that changed from the base of the PR and between 02e1728 and 23a709e.

📒 Files selected for processing (1)
  • AGENTS.md

📝 Walkthrough

Walkthrough

The pull request removes the next/ directory entry from the "Project Structure" table in AGENTS.md, deleting one table row. This aligns the documentation with the current repository structure.

Changes

Documentation - Project Structure Update

Layer / File(s) Summary
Remove next/ directory row from Project Structure table
AGENTS.md
The next/ directory row is removed from the "Project Structure" reference table; surrounding entries now transition directly from git/ to nix/.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • keito4/config#336: Modifies agent/command counts and agent listings within the same AGENTS.md file.
  • keito4/config#160: Updates the "Project Structure" and agent-documentation area in AGENTS.md.
  • keito4/config#485: Rewrites AGENTS.md content as part of a symlink configuration change.

Suggested labels

released, size/S

Poem

🐰 A tidy table now, with next/ gone,
The structure gleams from dusk to dawn,
One line removed, the docs align,
The project map now clean and fine! 📋✨

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/issue-810-20260611-0301

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@claude

claude Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Claude finished @keito4's task in 1m 16s —— View job


コードレビュー

  • コンテキスト収集・差分確認
  • レビューフィードバック作成

変更内容の確認

AGENTS.md から存在しない next/ ディレクトリのテーブル行(1行)を削除する、単純なドキュメント修正です。


レビュー結果: ✅ Approved

正確性

  • リポジトリに next/ ディレクトリは存在せず、削除は適切です
  • 変更後の AGENTS.md プロジェクト構造テーブルは実態と一致しています

アプローチ

  • script/update-agents-md.sh を使って自動再生成した点が良好です。手動での直接編集ではなくスクリプトを経由することで、将来の同種の差異を防ぐ正しいアプローチです
  • CLAUDE.md がシンボリックリンクのため、両ファイルが一度に修正される点も問題ありません

観点別チェック

観点 結果 備考
Security 問題なし
Performance 対象外
Quality ドキュメントの正確性が向上
Accessibility 対象外
AI Residuals 残骸なし

変更は最小限かつ正確で、指摘事項はありません。

@github-actions

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.116.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@github-actions github-actions Bot added the released リリース済み label Jun 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

released リリース済み

Projects

None yet

Development

Successfully merging this pull request may close these issues.

不要なコードの削除

1 participant