Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/github_token_scope.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

看到這段新增內容,想確認:此欄位/描述是否已在 repo 的文件規範(schema/README)中定義?若是 frontmatter schema 的一部分,建議補上來源或連結,避免後續各文件自行發散。

last_validated: 2026-04-07
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

看到這段新增內容,想確認:此欄位/描述是否已在 repo 的文件規範(schema/README)中定義?若是 frontmatter schema 的一部分,建議補上來源或連結,避免後續各文件自行發散。

validated_by: Chloe
---

# GitHub Token Scope Troubleshooting(跨倉庫互動)

當你能讀取公開倉庫,但在建立 Issue / Fork 時遇到:
Expand Down
5 changes: 5 additions & 0 deletions usecases/lcm-context-retrieval.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

看到這段新增內容,想確認:此欄位/描述是否已在 repo 的文件規範(schema/README)中定義?若是 frontmatter schema 的一部分,建議補上來源或連結,避免後續各文件自行發散。

last_validated: 2026-04-07
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

看到這段新增內容,想確認:此欄位/描述是否已在 repo 的文件規範(schema/README)中定義?若是 frontmatter schema 的一部分,建議補上來源或連結,避免後續各文件自行發散。

validated_by: Chloe
---

# LCM Context Retrieval — 從壓縮記憶中精準撈回細節

> 當對話被 compaction 壓縮後,用 `lcm_grep` → `lcm_expand` → `lcm_expand_query` 精準找回被摘要掉的細節,而不是重新問一遍。
Expand Down
Loading