Make agent docs self-contained without external-repo pointers#866
Merged
Conversation
- The copilot-instructions drift-reporting note linked an external repo that readers cannot open. It now routes cross-cutting fixes to the maintainer instead. - The CODESTYLE spell-check-scope line no longer attributes the default file list to an external source. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR updates agent-facing documentation to be self-contained within this repository, removing references to an external repo that readers may not be able to access.
Changes:
- Update
.github/copilot-instructions.mdto route shared-convention drift to the maintainer instead of linking to an external template repo. - Update
CODESTYLE.mdto describe the cspell CI scope defaults without attributing them to an external source.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
CODESTYLE.md |
Adjusts wording for the cspell CI scope guidance while keeping the documented README/HISTORY gate intact. |
.github/copilot-instructions.md |
Replaces the external upstream-reporting link with an in-repo, maintainer-routed guidance for shared convention fixes. |
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.
Two agent-facing docs pointed at an external repo that a reader of this repo cannot open, which is a dead end. This makes them self-contained.
.github/copilot-instructions.md: the drift-reporting note named and linked an external repo. It now routes cross-cutting fixes to the maintainer, with the mechanics kept out of the public doc.CODESTYLE.md: the spell-check-scope line no longer attributes the default file list to an external source.Docs only, no behavior change.
🤖 Generated with Claude Code