[Storage] Add AGENTS.md guidance files for shared, blobs, datalake, and file shares - #7205
[Storage] Add AGENTS.md guidance files for shared, blobs, datalake, and file shares#7205Amanda Nguyen (amnguye) wants to merge 3 commits into
Conversation
… files shares packages
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. |
- 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>
|
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>
All four AGENTS.md files look good. All previous review issues have been addressed in b142e91:
|
JinmingHu (Jinming-Hu)
left a comment
There was a problem hiding this comment.
Amanda Nguyen (@amnguye) Thanks for the contribution! This gives agents a really useful map of storage libraries.
|
Hi Gauri Lamunion (@gapra-msft) Anton Kolesnyk (@antkmsft) Larry Osterman (@LarryOsterman) can you please help review this PR? It requires an additional reviewer to be merged. |
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.