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
nulledge
added a commit
that referenced
this pull request
Jun 15, 2026
Minor bump for the google-mind skill addition, across all four manifests (marketplace.json, .claude-plugin/plugin.json, .codex-plugin/plugin.json, gemini-extension.json). Follows the convention from #6 of a minor bump for feature additions. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
hhk7734
pushed a commit
that referenced
this pull request
Jun 15, 2026
…gin (#10) * NO-ISSUE: feat(skills): register google-mind in runes plugin Add the google-mind skill (a lens applying Google's eng-practices Code Reviewer's and CL Author's guides) to both skills/ and plugins/runes/skills/, kept byte-identical per scripts/check-skills-sync.sh. Conforms to runes:writing-skills directory structure: SKILL.md plus references/{reviewer,author}-guide.md as heavy-reference files. The skill-creator evals/ dir is omitted, since no other runes skill ships one and runes validates skills via subagent pressure scenarios rather than a JSON eval suite. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * NO-ISSUE: chore(plugin): bump runes version to 0.4.0 Minor bump for the google-mind skill addition, across all four manifests (marketplace.json, .claude-plugin/plugin.json, .codex-plugin/plugin.json, gemini-extension.json). Follows the convention from #6 of a minor bump for feature additions. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * NO-ISSUE: docs(skills): fix "follow by empty line" typo in google-mind author guide Copilot review: the First Line bullet read "Follow by empty line." (ungrammatical); the body text below it says "followed by a blank line." Corrected to "Followed by an empty line." in both synced copies. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * NO-ISSUE: docs(skills): complete CC BY 3.0 attribution for google-mind Copilot review (CC BY 3.0 compliance): the bundled Google eng-practices content lacked a license link and an explicit adapted/changed notice, and the repo's third-party attribution file (NOTICE.md) had no entry for it. - SKILL.md / reference headers: add explicit attribution (Google LLC, guide titles), a link to the CC BY 3.0 license, and an explicit 'adapted/distilled, not verbatim' notice. Also corrected the SKILL.md claim that references hold 'the full text'/'exact wording' — they are distilled, not verbatim. - NOTICE.md: add a Google eng-practices CC BY 3.0 entry, matching the existing superpowers/MIT attribution pattern. Applied identically to both synced copies (check-skills-sync passes). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * NO-ISSUE: docs(skills): point google-mind to repo-root NOTICE.md explicitly Copilot review: the "(see NOTICE.md)" pointer is a dead-end from inside the packaged plugin (NOTICE.md lives at the repository root, not under plugins/runes/). Made the location explicit so plugin consumers know where to find it. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * NO-ISSUE: refactor(skills): rename google-mind to review-with-google-mind Team review feedback: the bare name "google-mind" didn't convey what the skill is for. Renamed to "review-with-google-mind" so the identifier communicates its purpose — a Google eng-practices review lens. Renamed both synced skill dirs (git mv preserves history) and updated the frontmatter name, in-body invocation references (/review-with-google-mind), the H1 title, and the NOTICE.md attribution paths. check-skills-sync passes; frontmatter stays within the 1024-char limit. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- 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.
요약
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