Add AI assistant instructions for various agent tools#1026
Conversation
43a74fe to
39b68e6
Compare
|
|
@gemini-cli /review |
📋 概要このPRは、各種AIアシスタント向けの指示を新しく作成された 🔍 フィードバックAI開発の指示を 🎯 具体的なフィードバック今回のレビューでは、修正が必須となるような重大な問題は特に見つかりませんでした。 🔵 Low
✅ ハイライト
|
|
そういえばこれマージしたいんだけど、またプロジェクトのルートディレクトリが汚くなるからマージしたくないんだよな どうしよう |
|
@copilot 上のコメントで言及した懸念点について、アドバイスはありますか? |
|
@hakatashi I've opened a new pull request, #1111, to work on those changes. Once the pull request is ready, I'll request review from you. |
|
いろいろあって各社 AGENTS.md に統一されてきたので、AGENTS.md に動かしてみた |
|
@gemini-cli /review |
|
えへ~ ありがとう! レビューさせてもらうにゃ! |
There was a problem hiding this comment.
Pull request overview
This PR centralizes the repository’s AI assistant guidance into a single root instruction file and updates tool-specific instruction/config files to reference it, following the “AGENT.md”-style convention described in the PR.
Changes:
- Added a consolidated instruction document (
AGENTS.md) intended to be the canonical source of AI assistant guidance. - Updated tool-specific instruction files/config to reference the consolidated document (Claude + Gemini; Copilot partially).
- Replaced the previous long-form Copilot instructions with a short pointer + Copilot-specific additions.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
CLAUDE.md |
Now references the consolidated instructions file. |
AGENTS.md |
New canonical AI assistant instruction document for the repo. |
.github/copilot-instructions.md |
Shortened; intended to reference consolidated instructions + adds Copilot-specific guidance. |
.gemini/settings.json |
Configures Gemini to use the consolidated instructions file as context. |
Co-authored-by: tsg-ut-gemini-assistant[bot] <221235954+tsg-ut-gemini-assistant[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1026 +/- ##
==========================================
+ Coverage 23.54% 26.18% +2.64%
==========================================
Files 191 206 +15
Lines 16949 18179 +1230
Branches 3757 4048 +291
==========================================
+ Hits 3990 4760 +770
- Misses 11418 11853 +435
- Partials 1541 1566 +25 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|



https://x.com/aidenybai/status/1923781810820968857
AI instruction file の命名を統一しようとするAmpの取り組みにならい、指示内容をAGENT.mdに移動させ、各ファイルからはこちらを参照するように修正した。