Files
shared/.claude-plugin/plugin.json
T
JefferyandClaude Opus 5 35010bf8f1 chore(plugin 版本): 升版 0.0.6 —— 同版無法觸發更新
PR #19 的 SLEEP_BATCH 修正沿用了 0.0.5(與 master 同版),導致 claude plugin update
回報「already at the latest version (0.0.5)」而不更新,修正永遠裝不上去:
master 的 SLEEP_BATCH 已是 12,但實際安裝的仍是 60。

這正是 spec-plugin-version「新版本必須大於 master 現行版本」要防的情況。
當初判斷「同一 PR 不再累加」是對的,但 PR #19 是**新的一批變更**,
基準應取合併後的 master(0.0.5)而非沿用,因此本次為 0.0.6。

規則釐清(同一句話兩種情境,容易混淆):
- 同一個未合併 PR 內追加 commit → 不再 bump,沿用該 PR 已定的版號
- 前一個 PR 已合併後的新變更 → 以合併後的 master 為基準 +1

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-07-29 12:29:37 +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.6",
"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"]
}