chore: 三份 manifest 的 skills 路徑對齊(version 已同為 0.0.7)

版號同步檢查的結果: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) <noreply@anthropic.com>
This commit is contained in:
2026-07-31 02:31:00 +00:00
co-authored by Claude Opus 5
parent f74a7ac1a5
commit 0f1d0cfc1e
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "jsc-persona",
"version": "0.0.7",
"description": "AI 人格化記憶聊天 pluginOpenClaw 相同的人格描述 + 十二情緒 + 語意分析 + 短期/長期記憶 + 心智圖 + 人際關係圖。於 Antigravity 以 /jsc-persona: 前綴呼叫。",
"skills": "./skills/"
"skills": "./skills"
}