fix: 補裝 Cowork wiki skill(docs/SKILL.md)+ CLAUDE.md 加 wiki/gloss 導航 + bump 1.8.1
Cowork(claude.ai)整理 wiki 的規則檔 docs/SKILL.md(含 typed-edge、frontmatter 標籤、gloss)從來沒被裝到用戶端:install.sh 沒下載、template/docs/ 發佈源也缺檔, claude.ai 來掃時身上零規則。CC 平時讀的 CLAUDE.md 也沒指向採集規則,造成「CC 說 找不到 gloss 指引」。 - template/docs/SKILL.md 新增(補發佈源,install 才有得下載) - install.sh 加下載 docs/SKILL.md(wiki 模組) - update.sh 加 update_file docs/SKILL.md(可覆蓋規則檔) - template/CLAUDE.md 加「整理 wiki 的方法」導航,CC+Cowork 雙明示 gloss 規則所在 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -10,6 +10,15 @@
|
||||
|
||||
---
|
||||
|
||||
## 1.8.1 — 補裝 Cowork 的 wiki skill(`docs/SKILL.md`)+ CLAUDE.md 加 wiki/gloss 導航
|
||||
|
||||
發現 Cowork(claude.ai)整理 wiki 的規則檔 `docs/SKILL.md`(含 typed-edge、frontmatter 標籤、**gloss**)**從來沒被安裝到用戶端**:install.sh 沒下載它,連 `template/docs/` 發佈源都缺這檔 → claude.ai 來掃時身上沒任何 wiki 規則。同時 CC 平時讀的 CLAUDE.md 沒指向採集規則,導致「CC 說找不到 gloss 指引」。這版把兩條路徑都補上。
|
||||
|
||||
- **補發佈源**:`template/docs/SKILL.md` 新增(從根 docs 同步),install.sh 才有得下載。
|
||||
- **install.sh**:wiki 模組加一行下載 `docs/SKILL.md`。
|
||||
- **update.sh**:加 `update_file docs/SKILL.md`,舊專案更新會帶上(規則檔,可覆蓋)。
|
||||
- **CLAUDE.md 模板**:新增「整理 wiki 的方法」導航段,明示 CC(`/wiki-init`)與 Cowork(`docs/SKILL.md`)的採集規則所在地,gloss 不再「藏」在指令內文裡讓 CC 找不到。
|
||||
|
||||
## 1.8.0 — wiki 採集加「萃 gloss」(每個 node 一句說明,供下游語義 normalize)
|
||||
|
||||
下游 KBDB 要做語義 normalize:對「entity 名 + gloss(一句說明)」一起 embedding 求相似度自動歸一同義詞。但本地 wiki 採集只萃三元組、沒萃 gloss。原則是 gloss 該在知識生產當下由 local CC/Cowork 建(下游只有單檔/跨庫視角編不出好 gloss),不留給下游 ingest 臨時補。(issue #9)
|
||||
|
||||
Reference in New Issue
Block a user