From 3ba798ed7f8fc534dcaddf491fef4efe33fd350f Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 17 Jul 2026 08:58:18 +0800 Subject: [PATCH] =?UTF-8?q?chore(plugin=20=E8=A8=AD=E5=AE=9A):=20=E4=B8=89?= =?UTF-8?q?=E5=AE=B6=20manifest=20=E5=8D=87=E7=89=88=200.2.0=20=E4=B8=A6?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20homepage=EF=BC=8Fmarketplace=20=E6=8C=87?= =?UTF-8?q?=E5=90=91=20generic=20repo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- .agents/plugins/marketplace.json | 2 +- .claude-plugin/plugin.json | 6 +++--- .codex-plugin/plugin.json | 2 +- plugin.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json index 6ee2692..fd081fa 100644 --- a/.agents/plugins/marketplace.json +++ b/.agents/plugins/marketplace.json @@ -5,7 +5,7 @@ "name": "jsc", "source": { "source": "url", - "url": "https://gitea.jsc.idv.tw/plugins/template.git" + "url": "https://gitea.jsc.idv.tw/plugins/generic.git" } } ] diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 51978fa..3412091 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -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"] } diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 2457172..99d8789 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "jsc", - "version": "0.1.0", + "version": "0.2.0", "description": "JSC 跨 AI 助理共用 plugin 模板。所有 skills 以 SKILL.md 為共通標準。", "skills": "./skills" } diff --git a/plugin.json b/plugin.json index 9bc4496..3378e08 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "name": "jsc", - "version": "0.1.0", + "version": "0.2.0", "description": "JSC 跨 AI 助理共用 plugin 模板。所有 skills 以 SKILL.md 為共通標準;於 Antigravity 以 /jsc: 前綴呼叫。", "skills": "./skills/" } \ No newline at end of file