Update AI commit attribution and editing guidelines#40
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the documentation around AI commit attribution to clarify why VS Code Agent Mode commits may not receive Co-authored-by trailers, and adds guidance for enforcing trailers via enterprise plugin standards. Also refreshes contributor-facing editing guidance and the page “Last updated” date.
Changes:
- Updated
ai-commit-attribution.md“Last updated” date and expanded guidance on VS Code Agent Mode attribution gaps. - Added an “enterprise plugin” approach section describing how to inject trailer instructions at session start.
- Updated
.github/copilot-instructions.mdto include a new humanizer-skill instruction (and corrected list formatting).
Show a summary per file
| File | Description |
|---|---|
| ai-commit-attribution.md | Adds Agent Mode attribution caveats and an enterprise plugin approach for enforcing trailers; updates “Last updated”. |
| .github/copilot-instructions.md | Adds/clarifies content-editing guidance for Copilot usage instructions. |
Copilot's findings
- Files reviewed: 2/2 changed files
- Comments generated: 4
- Fix contradictory test instruction (test with NES/completions, not agent mode) - Normalize script filename to inject-trailer.sh across all examples - Fix script comment (consumes stdin, doesn't parse it) - Remove 'instruction' wording from plugin description Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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.
Revise documentation to clarify AI commit attribution and provide updated editing guidelines. Include new instructions for running the humanizer skill and address limitations related to VS Code Agent Mode. Update the last modified date for accuracy.