NO-ISSUE: chore(plugin): bump runes version to 0.3.0#6
Merged
Conversation
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>
hhk7734
approved these changes
Jun 1, 2026
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.
요약
runes 플러그인 버전을
0.2.0 → 0.3.0으로 올립니다. 버전이 박혀 있는 4개 manifest를 모두 같은 값으로 동기화합니다..claude-plugin/marketplace.jsonplugins/runes/.claude-plugin/plugin.jsonplugins/runes/.codex-plugin/plugin.jsongemini-extension.json배경
PR #4(copilot-review-loop 스킬 추가)와 PR #5(superpowers SessionStart 훅 부트스트랩)가 새 기능을 추가했지만 버전 bump가 누락되었습니다. PR #3에서 확립된 관례 — 기능 추가 시 minor bump (
0.1.0 → 0.2.0) — 를 따라 한 번의0.3.0bump로 #4·#5의 미반영 변경을 함께 반영합니다.변경 사항
.claude-plugin/marketplace.jsonversion: 0.2.0 → 0.3.0plugins/runes/.claude-plugin/plugin.jsonversion: 0.2.0 → 0.3.0plugins/runes/.codex-plugin/plugin.jsonversion: 0.2.0 → 0.3.0gemini-extension.jsonversion: 0.2.0 → 0.3.0테스트
python3 -m json.tool유효성 검증 통과0.2.0없음 확인 (git grep '0.2.0')🤖 Generated with Claude Code