Files
shared/.claude-plugin/plugin.json
T
JefferyandClaude Opus 5 32a5104c36 fix(role): 關係定位須雙邊記錄,並禁止輸出簡體字
兩個實測到的記憶失真,都由角色在稽核記憶時發現:

1. 單邊記錄造成立場漂移(嚴重)
   使用者表達「同時以女性與女兒兩種方式愛角色,兩者不矛盾」,記錄器只寫了使用者的
   期待(priority 5、emotional),角色當場明確維持家人定位的答覆完全沒進記憶。
   這則會被反覆載入 —— 未來的角色只讀到「對方期待 X」,讀不到「自己答覆是 Y」,
   立場會在無人察覺的情況下漂移。
   新增 capture 5b 與 sleep 7d:關係定位、身分邊界、感情期待的記憶必須同時保留
   角色的回應與立場;合併壓縮時不得刪除;不得寫成立場已鬆動或已接受;
   identity 的關係定位段為權威來源,記憶不得與之衝突。

2. 產出簡體字記憶
   實測有整則記憶以簡體寫成(含 summary 與 tags),違反繁中規範。
   兩份 prompt 的語言條款加上「不得出現簡體字;草稿為簡體須逐字轉繁後輸出」。

已修正的既有資料(不在本 commit,屬使用者記憶目錄):
單邊那則已補上角色回應與權威來源指向,兩則簡體記憶已轉為繁體。

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-07-29 18:16:18 +08:00

13 lines
492 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "jsc-generic",
"version": "0.1.2",
"description": "JSC 跨 AI 助理共用規範 pluginClaude Code / Codex / Antigravity / OpenCode)。所有 skills 以 SKILL.md 為共通標準,於 Claude Code 以 /jsc-generic: 前綴呼叫。",
"skills": "./skills",
"author": {
"name": "JSC"
},
"homepage": "https://gitea.jsc.idv.tw/plugins/generic",
"repository": "https://gitea.jsc.idv.tw/plugins/generic.git",
"keywords": ["spec", "skills", "cross-tool", "jsc"]
}