Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
エージェント向け共通ドキュメントを追加
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
chore: sync main into staging
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Merging this PR will not alter performance
Comparing Footnotes
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Promotes
stagingintomain.stagingmainnpm run pr:promoteIncluded PRs
Compare
Greptile Summary
このPRは、エージェント向けの共通ドキュメント群(
AGENTS.md、docs/agent-tooling.md)を新規追加し、既存の.github/copilot-instructions.mdおよびinstruction.mdから重複していた詳細ワークフロー手順を削除して専用プレイブックへ委譲する整理です。コード変更は含まれておらず、ドキュメント構造の一元化が目的です。Confidence Score: 5/5
Important Files Changed
ntn) / Notion MCP の使い分けガイドを網羅。CLIコマンド一覧・環境変数・ワークフロー手順が明記されており、エージェントが迷わず参照できる構成になっている。../AGENTS.mdなど) も正しい。../../AGENTS.mdおよび../../docs/agent-tooling.mdへのパスはこのファイルの位置(.github/agents/)から正確。Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A["AGENTS.md\n(全エージェント共通エントリーポイント)"] B["docs/agent-tooling.md\n(Dosu / Notion / ntn 正本)"] C[".github/copilot-instructions.md\n(OpenShelf 開発規約)"] D[".github/agents/pr-review-closure-loop.md\n(PRレビュークローズループ)"] E[".github/agents/pr-consolidation-playbook.md\n(PR統合プレイブック)"] F["instruction.md\n(レガシー互換ガイド)"] G["README.md\n(エージェント向けセクション追加)"] G --> A A --> B A --> C A --> D A --> E A --> F C --> D C --> E D --> B E --> BReviews (1): Last reviewed commit: "Merge pull request #463 from Hiroki-org/..." | Re-trigger Greptile