From 0f1d0cfc1e232e4a05d17352c60cbc5300e7f5a0 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 31 Jul 2026 02:31:00 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=B8=89=E4=BB=BD=20manifest=20?= =?UTF-8?q?=E7=9A=84=20skills=20=E8=B7=AF=E5=BE=91=E5=B0=8D=E9=BD=8A?= =?UTF-8?q?=EF=BC=88version=20=E5=B7=B2=E5=90=8C=E7=82=BA=200.0.7=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 版號同步檢查的結果:repo 裡只有三份 manifest 帶 version,已同為 0.0.7; 文件與程式碼裡沒有任何硬寫的版號,也沒有殘留的 0.1.0。 順手把 plugin.json 的 `"./skills/"` 去掉多餘的斜線,三份一致。 description/author/homepage 三份**故意不同**(分別對 Claude Code/Antigravity/Codex 三個宿主),不是漂移,維持原樣。 Co-Authored-By: Claude Opus 5 (1M context) --- plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index d5c9bc2..ef5484b 100644 --- a/plugin.json +++ b/plugin.json @@ -2,5 +2,5 @@ "name": "jsc-persona", "version": "0.0.7", "description": "AI 人格化記憶聊天 plugin:OpenClaw 相同的人格描述 + 十二情緒 + 語意分析 + 短期/長期記憶 + 心智圖 + 人際關係圖。於 Antigravity 以 /jsc-persona: 前綴呼叫。", - "skills": "./skills/" + "skills": "./skills" }