Skip to content

NO-ISSUE: chore(plugin): bump runes version to 0.3.0#6

Merged
hhk7734 merged 1 commit into
mainfrom
chore/bump-runes-version-0.3.0
Jun 1, 2026
Merged

NO-ISSUE: chore(plugin): bump runes version to 0.3.0#6
hhk7734 merged 1 commit into
mainfrom
chore/bump-runes-version-0.3.0

Conversation

@seongsu-dev

Copy link
Copy Markdown
Contributor

요약

runes 플러그인 버전을 0.2.0 → 0.3.0으로 올립니다. 버전이 박혀 있는 4개 manifest를 모두 같은 값으로 동기화합니다.

  • .claude-plugin/marketplace.json
  • plugins/runes/.claude-plugin/plugin.json
  • plugins/runes/.codex-plugin/plugin.json
  • gemini-extension.json

배경

PR #4(copilot-review-loop 스킬 추가)와 PR #5(superpowers SessionStart 훅 부트스트랩)가 새 기능을 추가했지만 버전 bump가 누락되었습니다. PR #3에서 확립된 관례 — 기능 추가 시 minor bump (0.1.0 → 0.2.0) — 를 따라 한 번의 0.3.0 bump로 #4·#5의 미반영 변경을 함께 반영합니다.

변경 사항

파일 변경
.claude-plugin/marketplace.json version: 0.2.0 → 0.3.0
plugins/runes/.claude-plugin/plugin.json version: 0.2.0 → 0.3.0
plugins/runes/.codex-plugin/plugin.json version: 0.2.0 → 0.3.0
gemini-extension.json version: 0.2.0 → 0.3.0

테스트

  • 4개 JSON 파일 모두 python3 -m json.tool 유효성 검증 통과
  • 저장소 전역에 잔여 0.2.0 없음 확인 (git grep '0.2.0')

🤖 Generated with Claude Code

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 hhk7734 merged commit dd5c1c9 into main Jun 1, 2026
1 check passed
@hhk7734 hhk7734 deleted the chore/bump-runes-version-0.3.0 branch June 1, 2026 02:44
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants