[Storage] Add AGENTS.md guidance files for shared, blobs, datalake, and file shares#7205
Open
amnguye wants to merge 3 commits into
Open
[Storage] Add AGENTS.md guidance files for shared, blobs, datalake, and file shares#7205amnguye wants to merge 3 commits into
amnguye wants to merge 3 commits into
Conversation
… files shares packages
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Storage-area AGENTS.md guidance so AI agents working in sdk/storage and specific storage packages have package-relevant context (domain model, pitfalls, testing focus, and review triggers).
Changes:
- Add a shared storage-scoped
sdk/storage/AGENTS.mdwith cross-cutting Storage SDK guidance. - Add package-local
AGENTS.mdguidance for blobs and file shares. - Add a Data Lake guidance file (currently placed under
sdk/storage/azure-storage-datalake).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| sdk/storage/AGENTS.md | Adds shared storage guidance and links to service-local guidance files. |
| sdk/storage/azure-storage-blobs/AGENTS.md | Adds blob-domain client hierarchy, pitfalls, and review/testing triggers. |
| sdk/storage/azure-storage-datalake/AGENTS.md | Adds Data Lake-specific guidance (but currently not located in the actual azure-storage-files-datalake package directory). |
| sdk/storage/azure-storage-files-shares/AGENTS.md | Adds file shares domain model, pitfalls, and review/testing triggers. |
Jinming-Hu
approved these changes
Jul 8, 2026
- sdk/storage/AGENTS.md: change scope from sdk/storage/* to sdk/storage/** to cover nested package files - sdk/storage/AGENTS.md: fix typo 'files shares' -> 'file shares' - Move sdk/storage/azure-storage-datalake/AGENTS.md to sdk/storage/azure-storage-files-datalake/AGENTS.md to match the actual package directory - Update scope and naming note in the relocated Data Lake AGENTS.md - Update the reference in sdk/storage/AGENTS.md accordingly Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Member
|
@copilot review again |
Replace curly right-single-quote (U+2019) with ASCII apostrophe in sdk/storage/AGENTS.md. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
All four AGENTS.md files look good. All previous review issues have been addressed in b142e91:
|
Jinming-Hu
approved these changes
Jul 8, 2026
Jinming-Hu
left a comment
Member
There was a problem hiding this comment.
@amnguye Thanks for the contribution! This gives agents a really useful map of storage libraries.
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.
Add AGENTS.md guidance files for shared, blobs, datalake, and file shares
Pull Request Checklist
Please leverage this checklist as a reminder to address commonly occurring feedback when submitting a pull request to make sure your PR can be reviewed quickly:
See the detailed list in the contributing guide.