Files
shared/.claude-plugin/plugin.json
T
JefferyandClaude Opus 5 b36fb12416 chore(plugin 版本): 依 master 現行版本修正為 0.0.4
本 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) <noreply@anthropic.com>
2026-07-29 10:12:59 +08:00

13 lines
492 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "jsc-generic",
"version": "0.0.4",
"description": "JSC 跨 AI 助理共用規範 pluginClaude Code / Codex / Antigravity / OpenCode)。所有 skills 以 SKILL.md 為共通標準,於 Claude Code 以 /jsc-generic: 前綴呼叫。",
"skills": "./skills",
"author": {
"name": "JSC"
},
"homepage": "https://gitea.jsc.idv.tw/plugins/generic",
"repository": "https://gitea.jsc.idv.tw/plugins/generic.git",
"keywords": ["spec", "skills", "cross-tool", "jsc"]
}