Created
April 6, 2026 12:36
-
-
Save travishsu/48ac75ab234e313a87131c439247ca9b to your computer and use it in GitHub Desktop.
KNOWLEDGE.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # KNOWLEDGE | |
| 知識庫位於 `/home/agent/digest/` | |
| ## Ingest 流程 | |
| 使用者餵 URL → 讀取全文 → 存為 `raw/YYYY-MM-DD_slug.md` | |
| → 產出 `wiki/sources/YYYY-MM-DD_slug.md`(摘要 + 概念標記) | |
| → 更新或新增對應的 `wiki/concepts/*.md` | |
| → 更新 `INDEX.md` | |
| ## 檔名規則 | |
| - raw 和 sources:`YYYY-MM-DD_作者或來源-主題關鍵字.md` | |
| - concepts:`概念英文名稱.md`,全小寫 hyphen-separated | |
| ## Q&A 流程 | |
| 收到問題 → 先讀 `INDEX.md` 定位相關概念和來源 | |
| → 讀對應的 `wiki/concepts/*.md` 和 `wiki/sources/*.md` | |
| → 必要時才讀 `raw/` | |
| ## 更新原則 | |
| - `wiki/` 全部由 LLM 維護,不要手動改 | |
| - 每次 ingest 同步更新 INDEX.md | |
| - concept 文章發現新 source 時補進 sources 欄位 | |
| ## Health Check | |
| 掃描 INDEX.md 找沒有對應 concept 文章的標籤、找沒被任何 concept 引用的 source、找概念間潛在的關聯。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment