docs: add README

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
clz
2026-06-15 15:59:56 +08:00
parent 01d4fab84f
commit 1933bc814d
+7
View File
@@ -0,0 +1,7 @@
# opencode-notes
阅读 [opencode](https://github.com/anomalyco/opencode) 源码时的笔记。
## 目录
- [skill-handling.md](./skill-handling.md) — skill 的发现、加载、权限过滤、注入 SystemContext 的完整链路;以及最终下发给 LLM 的 system prompt 形态(V1 / V2 对比)。