Test: verify Copilot wire-up fires on contract-sensitive path#10
Open
Thiyaghessan wants to merge 1 commit into
Open
Test: verify Copilot wire-up fires on contract-sensitive path#10Thiyaghessan wants to merge 1 commit into
Thiyaghessan wants to merge 1 commit into
Conversation
Names the bmf-master contract at the top of the file so future readers (humans and the Copilot review agent) know which contract this file produces against. Test change for verifying that the Copilot review wire-up from .github/copilot-instructions.md fires on a contract-sensitive path. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Adds a single comment line at the top of `R/master_bmf_builder.R` naming the `bmf-master` contract it produces against. Content change is trivial; the real purpose is to verify that the Copilot code-review wire-up configured by the recently-added `.github/copilot-instructions.md` actually fires on a contract-sensitive file path.
What we're testing
Per the instructions file, the Copilot agent should:
If a review appears with that shape, the wire-up is working. If no review appears (or it's a generic "looks fine" comment with no contract awareness), we need to check the org-level Copilot settings.
Disposition
This PR is for testing the Copilot wire-up only. The added comment is a harmless documentation improvement, but the intent is to close (or merge — your call) once the test conclusion is recorded.
🤖 Generated with Claude Code