From fbe2709bb5c6a87853e49bd142657f38dffbdfa3 Mon Sep 17 00:00:00 2001 From: wangzhuc Date: Mon, 30 Mar 2026 22:49:57 +0800 Subject: [PATCH] feat: add exemplar library check to Step 1 environment scan Prompts users to import articles when exemplar library is empty, without blocking the pipeline. Co-Authored-By: Claude Opus 4.6 (1M context) --- SKILL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SKILL.md b/SKILL.md index 70d2219..07ec277 100644 --- a/SKILL.md +++ b/SKILL.md @@ -106,6 +106,7 @@ python3 -c "import markdown, bs4, cssutils, requests, yaml, pygments, PIL" 2>&1 | Python 依赖 | 静默 | 提供 `pip install -r requirements.txt` | | `wechat.appid` + `secret` | 静默 | 设 `skip_publish = true` | | `image.api_key` | 静默 | 设 `skip_image_gen = true` | +| `references/exemplars/index.yaml` | 静默 | 提示:"范文库为空。如果你有已发布的文章(markdown),可以说**'导入范文'**建立风格库,写出来的文章会更像你。没有也不影响使用。" | **1.2 版本检查**(静默通过或提醒):