fix(marketplace): marketplace 名由 jsc-plugins 改為 persona(與 template 撞名)
兩份 marketplace.json 原本都叫 jsc-plugins,與 jsc-template 的 marketplace 同名 ——兩個 plugin 同時安裝時會撞名。template 已在 731a494 改為 template(=它的 repo 名),本 repo 跟著改為 persona,也與 code/doc/generic「marketplace 名 = repo 名」 的慣例一致。plugin 名維持 jsc-persona 不動。 README 的安裝 token、marketplace update/upgrade/remove 指令、目錄樹註解與 「marketplace 名是 …」那句一併更新(Claude/Codex/Copilot 三節各一組)。 依 spec-plugin-version,安裝識別鍵是 <plugin 名>@<marketplace 名>,改名等於換識別 鍵,舊安裝不能用 update 遷移,必須先移除再安裝,中間 skills 會短暫消失。照 template 9b2e2bb 的做法在安裝章節開頭補上三家各自的升級路徑,並交代要清掉 settings.json 的 enabledPlugins 舊鍵、人格倉庫(PERSONA_HOME)不在 plugin 目錄裡 所以情緒與記憶不受影響。 版號維持 0.1.0 不動:spec 的「更名重置版號」指的是 plugin 更名(name 欄位改變), 本次三份 plugin.json 的 name 與 version 都沒動,marketplace.json 也沒有版本欄位; template 當時的 marketplace 改名(731a494)同樣沒有重置,照常從 0.0.2 走。 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "jsc-plugins",
|
||||
"name": "persona",
|
||||
"description": "JSC 跨 AI 助理共用 skills 的 Claude Code marketplace。",
|
||||
"owner": {
|
||||
"name": "JSC"
|
||||
|
||||
Reference in New Issue
Block a user