fix: setup creates skill symlinks when gstack is symlinked from dev checkout#45
Open
theanh wants to merge 1 commit intogarrytan:mainfrom
Open
fix: setup creates skill symlinks when gstack is symlinked from dev checkout#45theanh wants to merge 1 commit intogarrytan:mainfrom
theanh wants to merge 1 commit intogarrytan:mainfrom
Conversation
…heckout When ~/.claude/skills/gstack is a symlink to a dev checkout, the setup script resolved GSTACK_DIR to the real path, so SKILLS_DIR pointed to the workspace parent instead of ~/.claude/skills/. This caused newer skills (gstack-upgrade, qa, setup-browser-cookies) to never get symlinked. Now detects this case by checking if ~/.claude/skills/gstack points back to us, and creates symlinks there. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.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.
Summary
~/.claude/skills/gstackis a symlink to a dev checkout, the setup script resolvedGSTACK_DIRto the real path, makingSKILLS_DIRpoint to the workspace parent instead of~/.claude/skills/gstack-upgrade,qa,setup-browser-cookies) to never get symlinked, so they weren't discoverable by Claude Code~/.claude/skills/gstackis a symlink pointing back to us, and create symlinks thereTest plan
bash setupfrom dev checkout now outputslinked skills: browse gstack-upgrade plan-ceo-review plan-eng-review qa retro review setup-browser-cookies ship~/.claude/skills/~/.claude/skills/(non-symlink case)🤖 Generated with Claude Code