From 220f23234aa50d1900af977361e349e6bdd59029 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 31 Jul 2026 17:13:59 +0000 Subject: [PATCH] =?UTF-8?q?chore(plugin=20=E7=89=88=E6=9C=AC):=20=E4=B8=89?= =?UTF-8?q?=E5=AE=B6=20manifest=20=E5=8D=87=E7=89=88=200.1.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- plugin.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 6533dcf..bb2dcb6 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "jsc-generic", - "version": "0.1.7", + "version": "0.1.8", "description": "JSC 跨 AI 助理共用規範 plugin(Claude Code / Codex / GitHub Copilot CLI / Antigravity / OpenCode),並提供整組 plugin 的安裝管理(plugins-install 一次安裝或更新 jsc-code/jsc-doc/jsc-persona,plugins-uninstall 一次移除四個 JSC plugin)。所有 skills 以 SKILL.md 為共通標準,於 Claude Code 以 /jsc-generic: 前綴呼叫。", "skills": "./skills", "author": { diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 4bef812..02af932 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "jsc-generic", - "version": "0.1.7", + "version": "0.1.8", "description": "JSC 跨 AI 助理共用規範 skills plugin,`skills/` 為唯一真實來源,`hooks/` 只放 jsc-generic 自己的 hook,並提供整組 plugin 的安裝管理(plugins-install 一次安裝或更新 jsc-code/jsc-doc/jsc-persona,plugins-uninstall 一次移除四個 JSC plugin)。所有 skills 以 SKILL.md 為共通標準。", "skills": "./skills" } diff --git a/plugin.json b/plugin.json index effe81d..3bf14e9 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "name": "jsc-generic", - "version": "0.1.7", + "version": "0.1.8", "description": "JSC 跨 AI 助理共用規範 skills plugin,`skills/` 為唯一真實來源,`hooks/` 只放 jsc-generic 自己的 hook,並提供整組 plugin 的安裝管理(plugins-install 一次安裝或更新 jsc-code/jsc-doc/jsc-persona,plugins-uninstall 一次移除四個 JSC plugin)。所有 skills 以 SKILL.md 為共通標準;於 Antigravity 以 /jsc-generic: 前綴呼叫。", "skills": "./skills/" }