Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Claude Code doesn't read AGENTS.md, so our agent instructions are likely being ignored

オープン 初心者向け
#14,075 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
1/5
見積もり時間
1〜3時間
初心者へのやさしさ
78/100
issue の種類
機能追加
明瞭さ
明確に書かれている
活発さ
活発
技術スタック
markdown
領域
documentation

調査の方向性

リポジトリルートの AGENTS.md と、リンクされている Claude Code のメモリに関するドキュメントから始めます。AGENTS.md をインポートするルートの CLAUDE.md を追加し、その後 Claude Code が共有の指示を読み込むことを確認するとともに、両方のファイルに従うツールがそれらを重複させるかどうかを確認します。

索引モデルが issue の本文から書いたものです。

説明

tech-debt
Describe the feature or problem you'd like to solve

We keep our agent instructions in AGENTS.md at the repo root. That works for agents which support the AGENTS.md convention, but Claude Code does not read it.

Per the Claude Code memory docs, the only project-scoped instruction files it loads are ./CLAUDE.md, ./.claude/CLAUDE.md, ./CLAUDE.local.md, and .claude/rules/ (plus user- and org-level equivalents). AGENTS.md isn't in that list:

So anyone using Claude Code or any other agentic tool top of the SDK is not reading these instructions (at least by default).

Proposed solution

I think the right thing to do is probably to aadd a CLAUDE.md at the repo root that imports AGENTS.md so there's a single source of truth and no drift:

@AGENTS.md

My main concern about this is whether other agents that honor both files will read them both into the context. I think it's unlikely, but worth checking.

主要言語
Go
スター
46.3k
フォーク
9.1k
平均マージ
1日 7時間
マージ済み PR(30日)
76

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

cli/cli のほかの issue

cli/cli の issue をすべて見る

似ている issue

Go の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。