From b36fb12416caf405be8e7e7fae285ff08ef16ff3 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Wed, 29 Jul 2026 10:12:59 +0800 Subject: [PATCH] =?UTF-8?q?chore(plugin=20=E7=89=88=E6=9C=AC):=20=E4=BE=9D?= =?UTF-8?q?=20master=20=E7=8F=BE=E8=A1=8C=E7=89=88=E6=9C=AC=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=E7=82=BA=200.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 本 PR 的五個 commit 各自 bump 了一次版號,一路累加到 0.0.8,違反 spec-plugin-version 的兩條規則: - 新版本應以「發佈分支(master)現行版本」為基準,而非工作分支上的中間版本 - 同一 PR/同一批變更只需最終一個版本,不得逐次累加 master 目前為 0.0.3,因此本 PR 的最終版本應為 0.0.4。 這是執行落差而非規範不足 —— 規範已明載此規則與查詢指令,是未照做。 Co-Authored-By: Claude Opus 5 (1M context) --- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- plugin.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 2a048bb..c117489 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "jsc-generic", - "version": "0.0.8", + "version": "0.0.4", "description": "JSC 跨 AI 助理共用規範 plugin(Claude Code / Codex / Antigravity / OpenCode)。所有 skills 以 SKILL.md 為共通標準,於 Claude Code 以 /jsc-generic: 前綴呼叫。", "skills": "./skills", "author": { diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 50275fe..dad4d42 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "jsc-generic", - "version": "0.0.8", + "version": "0.0.4", "description": "JSC 跨 AI 助理共用規範 plugin。所有 skills 以 SKILL.md 為共通標準。", "skills": "./skills" } diff --git a/plugin.json b/plugin.json index 7041865..6caffc8 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "name": "jsc-generic", - "version": "0.0.8", + "version": "0.0.4", "description": "JSC 跨 AI 助理共用規範 plugin。所有 skills 以 SKILL.md 為共通標準;於 Antigravity 以 /jsc-generic: 前綴呼叫。", "skills": "./skills/" }