feat(skills): 一次處理多個 CLI,並修掉闇影劍在 #30 找到的問題 #31

Merged
admin merged 2 commits from develop into master 2026-07-31 08:55:00 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit c1995944d9 - Show all commits
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "jsc-generic",
"version": "0.1.6",
"version": "0.1.7",
"description": "JSC 跨 AI 助理共用規範 pluginClaude Code / Codex / GitHub Copilot CLI / Antigravity / OpenCode),並提供整組 plugin 的安裝管理(plugins-install 一次安裝或更新 jsc-codejsc-docjsc-personaplugins-uninstall 一次移除四個 JSC plugin)。所有 skills 以 SKILL.md 為共通標準,於 Claude Code 以 /jsc-generic: 前綴呼叫。",
"skills": "./skills",
"author": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "jsc-generic",
"version": "0.1.6",
"version": "0.1.7",
"description": "JSC 跨 AI 助理共用規範 plugin,並提供整組 plugin 的安裝管理(plugins-install 一次安裝或更新 jsc-codejsc-docjsc-personaplugins-uninstall 一次移除四個 JSC plugin)。所有 skills 以 SKILL.md 為共通標準。",
"skills": "./skills"
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "jsc-generic",
"version": "0.1.6",
"version": "0.1.7",
"description": "JSC 跨 AI 助理共用規範 plugin,並提供整組 plugin 的安裝管理(plugins-install 一次安裝或更新 jsc-codejsc-docjsc-personaplugins-uninstall 一次移除四個 JSC plugin)。所有 skills 以 SKILL.md 為共通標準;於 Antigravity 以 /jsc-generic: 前綴呼叫。",
"skills": "./skills/"
}