Conversation
## Summary - Name `carried-instruction-file-guard` without a repo-relative Markdown link. - Regenerate the GitHub Copilot and Claude skill distributions. This addresses #852. The issue remains open until the change reaches `main`. ## Validation - Complete local verification gate from `OPERATIONS.md` - `python3 scripts/build_dist.py --check` - 730 Python tests plus audit and safety self-tests - ruff, mypy, repository, prose, JSON, and spec validation - editorconfig-checker, ShellCheck, and PSScriptAnalyzer
Contributor
There was a problem hiding this comment.
Pull request overview
Promotes the previously reviewed fix for #852 to main by removing a repo-relative Markdown link from the copilot-instructions-keeper skill documentation, ensuring the installed skill text remains valid when distributed outside a repository checkout.
Changes:
- Replace the repo-relative link to
carried-instruction-file-guardwith an unlinked skill name reference. - Regenerate the carried GitHub Copilot and Claude skill distributions to preserve parity.
- Update the Claude fleet-skills source digest to reflect the regenerated distribution.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/skills/copilot-instructions-keeper/SKILL.md | Removes the repo-relative Markdown link and references the sibling skill by name. |
| .agents/skills/copilot-instructions-keeper/SKILL.md | Applies the same link removal in the canonical skill tree. |
| .claude-plugin/fleet-skills/skills/copilot-instructions-keeper/SKILL.md | Updates the Claude distribution copy to match the canonical wording. |
| .claude-plugin/fleet-skills/.source-digest | Updates the digest to match the regenerated Claude distribution content. |
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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
developtomain.Fixes #852.
Included Pull Request
Validation