chore: gitignore legacy scripts/sync-skill.sh#6
Open
michaelscotto wants to merge 1 commit into
Open
Conversation
Canonical script lives at shared/scripts/sync-skill.sh after the gen-ai-core fan-out migration. The pre-migration path at scripts/sync-skill.sh sometimes lingers in working trees but is no longer tracked; ignore it from both .gitignore and .gitignore.tail.
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
Adds
scripts/sync-skill.shto.gitignore(both.gitignoreand the source.gitignore.tail).Why
The canonical sync script lives at
shared/scripts/sync-skill.shpost-shared/migration. Thescripts/sync-skill.shpath was a pre-migration stub left behind in working copies that pre-date the migration commit (eb778e7 Initial population of shared/ from gen-ai-core). It is no longer referenced by.claude/settings.json, which points atshared/scripts/sync-skill.sh.Without this entry, fresh clones (or older working copies that still have the file) report a perpetually-untracked file that should not be re-added.
Notes for reviewer
.gitignorechange, no code paths touched.gitignore.tailkeeps the auto-generated.gitignoreconsistent.claude/settings.jsonreferencesshared/scripts/sync-skill.sh, not the legacy path