added no refactoring guardrail to AGENTS.md#79
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a reinforcing guardrail to the agent guidelines to explicitly discourage unrelated refactoring in pull requests.
Changes:
- Added a new bullet point in section 2.2 emphasizing minimal changes and no unrelated refactors
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
43
to
+44
| - Avoid drive-by refactors unless the issue is specifically about refactoring. | ||
| - Minimal changes, no unrelated refactors. |
There was a problem hiding this comment.
The new bullet point is redundant with the existing line 43. Both convey essentially the same message about avoiding unrelated refactors. Consider consolidating these into a single, clearer statement instead of having two similar guidelines.
Suggested change
| - Avoid drive-by refactors unless the issue is specifically about refactoring. | |
| - Minimal changes, no unrelated refactors. | |
| - Keep changes minimal and avoid unrelated or drive-by refactors unless the work is explicitly about refactoring. |
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
added no refactoring guardrail to AGENTS.md