NO-ISSUE: chore(plugin): support codex and gemini#3
Merged
Conversation
Move the runes plugin under plugins/runes/ with its own .claude-plugin/ directory so the repository matches the standard Claude Code plugin marketplace layout (plugin source separated from marketplace catalog). Update marketplace.json source path and add metadata.pluginRoot.
Add Codex marketplace metadata while keeping the Claude plugin metadata intact. Mirror skills at the repository root and add a CI check to ensure the root skills directory stays identical to plugins/runes/skills.
seongsu-dev
approved these changes
May 27, 2026
seongsu-dev
left a comment
Contributor
There was a problem hiding this comment.
plugins/runes/skills 폴더가 중복인것 같아서, 이걸 symlink로 처리하면 어떨까요 라고 제안드렸는데,
codex 또는 gemini에서 symlink 폴더 구조로 정의되어 있는 skill은 사용이 불가능한 문제를 발견하셔서 이렇게 처리했다 + Check skills sync / check-skills-sync (pull_request) 를 통해 분화되어 있는 skill 폴더를 동기화 한다 라고 설명해 주셨습니다.
LGTM
hhk7734
pushed a commit
that referenced
this pull request
Jun 1, 2026
Bump the runes plugin version 0.2.0 -> 0.3.0 across all four manifests (marketplace.json, .claude-plugin/plugin.json, .codex-plugin/plugin.json, gemini-extension.json). PRs #4 (copilot-review-loop skill) and #5 (superpowers SessionStart hook bootstrap) added new functionality without a version bump; this restores the convention established in #3 of a minor bump for feature additions. Co-authored-by: Claude Opus 4.8 (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
Test Plan