exomind 0.18.0 → 0.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
- package/skill/claude/SKILL.md +2 -0
package/package.json
CHANGED
package/skill/claude/SKILL.md
CHANGED
|
@@ -91,6 +91,8 @@ exomind draft wechat <id> --account <号> # 投递公众号草稿箱(真发,
|
|
|
91
91
|
```
|
|
92
92
|
链路:`topics` 选题 → `draft new` 生成 → `list/show` 审 → `publish` 入库 / `wechat` 发公众号。
|
|
93
93
|
|
|
94
|
+
**投公众号的参考链接写成「来源名 + 空格 + 明文 URL」一行一条**(例:`- TypeSafe 官方博客 https://typesafe.ai/blog/...`)。公众号正文不支持外部超链接,md 的 `[标题](URL)` 投到草稿箱会被过滤;URL 只写进 sources 元数据也不会进正文。投递前逐条核对 URL 在正文里且可达。
|
|
95
|
+
|
|
94
96
|
### Review (FSRS-5)
|
|
95
97
|
```bash
|
|
96
98
|
exomind review # 待复习列表
|