fix(codex): dedupe gstack-upgrade in Cursor/Codex via INLINE.md#770
Open
dengdingchang wants to merge 1 commit intogarrytan:mainfrom
Open
fix(codex): dedupe gstack-upgrade in Cursor/Codex via INLINE.md#770dengdingchang wants to merge 1 commit intogarrytan:mainfrom
dengdingchang wants to merge 1 commit intogarrytan:mainfrom
Conversation
Cursor/Codex scan ~/.codex/skills recursively. Linking gstack-upgrade/SKILL.md under the runtime gstack root duplicated the top-level gstack-upgrade skill. - Symlink inline upgrade doc as gstack-upgrade/INLINE.md; remove nested SKILL.md - Same for Factory Droid and Kiro runtime layouts - Preamble points agents at .../gstack-upgrade/INLINE.md - Add gstack-upgrade/INLINE.md -> SKILL.md in repo for Claude path resolution - Regenerate all SKILL.md from templates Made-with: Cursor
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.
Problem
Cursor/Codex scan
~/.codex/skillsrecursively.setuplinkedgstack-upgrade/SKILL.mdunder the runtimegstack/root while~/.codex/skills/gstack-upgrade/already exposes the same skill, so users saw twogstack-upgradeentries.Solution
gstack/gstack-upgrade/INLINE.md(same content as generatedgstack-upgrade/SKILL.md), and remove nestedSKILL.md..../gstack-upgrade/INLINE.mdfor the inline upgrade flow.gstack-upgrade/INLINE.md→SKILL.mdin-repo so Claude paths stay consistent.Testing
bun test test/gen-skill-docs.test.ts(all relevant tests pass; one existing unrelated failure: package.json vs VERSION).