chore(plugin 設定): 三家 manifest 升版 0.2.0 並修正 homepage/marketplace 指向 generic repo

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Jeffery
2026-07-17 08:58:18 +08:00
co-authored by Claude Fable 5
parent 8af355b147
commit 3ba798ed7f
4 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
{
"name": "jsc",
"version": "0.1.0",
"version": "0.2.0",
"description": "JSC 跨 AI 助理共用 plugin 模板(Claude Code / Codex / Antigravity / OpenCode)。所有 skills 以 SKILL.md 為共通標準,於 Claude Code 以 /jsc: 前綴呼叫。",
"skills": "./skills",
"author": {
"name": "JSC"
},
"homepage": "https://gitea.jsc.idv.tw/plugins/template",
"repository": "https://gitea.jsc.idv.tw/plugins/template.git",
"homepage": "https://gitea.jsc.idv.tw/plugins/generic",
"repository": "https://gitea.jsc.idv.tw/plugins/generic.git",
"keywords": ["template", "skills", "cross-tool", "jsc"]
}