fix: 修 SKILL.md typed-edge 三元組整節重複貼兩次(issue #10)+ bump 1.9.2

加 gloss 節時複製貼上沒清掉舊段,### 使用 typed-edge 三元組 在 SKILL.md
出現兩次、byte-identical(KB 端讀 skill 時發現)。

- 刪重複第二份,保留第一份(順序合理,gloss 節緊接其後)
- 兩來源檔同步:docs/SKILL.md + template/system-dev/docs/SKILL.md

Closes #10

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-26 15:35:22 +08:00
parent e097c02b9d
commit c24c42c99f
5 changed files with 9 additions and 26 deletions
+7
View File
@@ -10,6 +10,13 @@
---
## 1.9.2 — 修 SKILL.md「typed-edge 三元組」整節重複貼兩次(issue #10)
加 gloss 節時複製貼上沒清掉舊段,`### 使用 typed-edge 三元組` 在 SKILL.md 出現兩次、byte-identicalKB 端讀 skill 時發現)。
- 刪掉重複的第二份,保留第一份(在卡片模板+架構說明之後,順序合理;gloss 節緊接其後)。
- 兩個來源檔同步修:`docs/SKILL.md``template/system-dev/docs/SKILL.md`
## 1.9.1 — 修舊版(1.8.x)升級到 1.9.0 撞 404 + VERSION 被污染
1.9.0 把 VERSION 從 `template/.claude/VERSION` 搬到 `template/system-dev/VERSION`,但 1.8.x 舊用戶**本機的** update.sh 寫死抓舊路徑 → `curl` 對 404 會把「404: Not Found」當內容回傳(非空),舊腳本沒驗證就把它寫進 `.claude/VERSION`,畫面顯示 `Latest version: 404:NotFound`、且第一次跑不會遷移(要再跑一次)。