chore(setup): re-sync self-adoption symlinks missed by #730 and #752#759
Merged
Merged
Conversation
…pache#752 /magpie-setup upgrade surfaced two merged skill PRs that shipped without their committed self-adoption relay symlinks: - setup-upstream-fix (apache#730) had no magpie- symlink in any target; - pre-first-pr-check (apache#752) was missing its .github relay. Add the canonical + relay links so all three targets balance with skills/ at 69/69/69: - .agents/skills/magpie-setup-upstream-fix -> ../../skills/setup-upstream-fix - .claude/skills/magpie-setup-upstream-fix -> ../../.agents/skills/magpie-setup-upstream-fix - .github/skills/magpie-setup-upstream-fix -> ../../.agents/skills/magpie-setup-upstream-fix - .github/skills/magpie-pre-first-pr-check -> ../../.agents/skills/magpie-pre-first-pr-check symlink-lint and skill-and-tool-validate pass. Generated-by: Claude Code (Opus 4.8)
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.
What
Running
/magpie-setup upgradeon the framework checkout surfaced twomerged skill PRs that shipped without their committed self-adoption relay
symlinks, leaving the
.agents/.claude/.githubskill targets out ofbalance with
skills/:setup-upstream-fix(feat(skills): add setup-upstream-fix — turn framework quirks hit during a run into fix PRs #730) had nomagpie-symlink in any target.pre-first-pr-check(feat(skill): add pre-first-pr-check skill with eval suite #752) was missing its.githubrelay.Change
Adds the missing canonical + relay links so all three targets balance with
skills/at 69/69/69:.agents/skills/magpie-setup-upstream-fix→../../skills/setup-upstream-fix(canonical).claude/skills/magpie-setup-upstream-fix→../../.agents/skills/magpie-setup-upstream-fix(relay).github/skills/magpie-setup-upstream-fix→../../.agents/skills/magpie-setup-upstream-fix(relay).github/skills/magpie-pre-first-pr-check→../../.agents/skills/magpie-pre-first-pr-check(relay)Symlinks only; no skill content changes.
Validation
symlink-lintclean on all four links;skill-and-tool-validatereports no relay errors.Generated-by: Claude Code (Opus 4.8)