Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/sdk.instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
If schema.json has changed, verify that the SDK files in this folder have been regenerated by running `make build_sdks`.
Otherwise, the files in this folder are auto-generated and should not be reviewed.
Copy link

Copilot AI Nov 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The phrase "the files in this folder" is ambiguous since this instruction file is in .github/ but refers to files in the sdk/ folder. Consider making this more explicit: "Otherwise, the files in the sdk/ folder are auto-generated and should not be reviewed."

Suggested change
Otherwise, the files in this folder are auto-generated and should not be reviewed.
Otherwise, the files in the `sdk/` folder are auto-generated and should not be reviewed.

Copilot uses AI. Check for mistakes.
Loading