Files
clz 1933bc814d docs: add README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-15 15:59:56 +08:00

8 lines
311 B
Markdown

# opencode-notes
阅读 [opencode](https://github.com/anomalyco/opencode) 源码时的笔记。
## 目录
- [skill-handling.md](./skill-handling.md) — skill 的发现、加载、权限过滤、注入 SystemContext 的完整链路;以及最终下发给 LLM 的 system prompt 形态(V1 / V2 对比)。