Claude Code doesn't read AGENTS.md, so our agent instructions are likely being ignored
まだ誰も着手していません。
評価
- 難易度
- 1/5
- 見積もり時間
- 1〜3時間
- 初心者へのやさしさ
- 78/100
- issue の種類
- 機能追加
- 明瞭さ
- 明確に書かれている
- 活発さ
- 活発
- 技術スタック
- markdown
調査の方向性
リポジトリルートの AGENTS.md と、リンクされている Claude Code のメモリに関するドキュメントから始めます。AGENTS.md をインポートするルートの CLAUDE.md を追加し、その後 Claude Code が共有の指示を読み込むことを確認するとともに、両方のファイルに従うツールがそれらを重複させるかどうかを確認します。
索引モデルが issue の本文から書いたものです。
説明
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
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
cli/cli のほかの issue
-
enhancement
難易度 1/5 1時間未満 初心者へのやさしさ 92/100
-
more-info-needed needs-triage
難易度 1/5 1時間未満 初心者へのやさしさ 78/100
-
bug gh-pr priority-2
難易度 2/5 1〜3時間 初心者へのやさしさ 84/100
-
bug gh-pr priority-2
難易度 2/5 1〜3時間 初心者へのやさしさ 88/100
-
bug gh-auth priority-3
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100
似ている issue
-
難易度 1/5 1時間未満 初心者へのやさしさ 90/100
-
Bob Shell support オープンenhancement
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
-
bug
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
santhosh-tekuri/jsonschema#276 ·