From 5c36f03071368d7bd7a2bca4dd8e10a587d2460f Mon Sep 17 00:00:00 2001 From: Research Assistant Date: Wed, 13 May 2026 01:07:58 +0800 Subject: [PATCH] =?UTF-8?q?fix(skill):=20remove=20ambiguous=20trigger=20'?= =?UTF-8?q?=E8=BF=99=E6=AE=B5=E6=9C=89=E4=BB=80=E4=B9=88=E5=80=BC=E5=BE=97?= =?UTF-8?q?=E8=AE=B0=E7=9A=84'=20from=20logging=20skill?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- paperforge/skills/logging/SKILL.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/paperforge/skills/logging/SKILL.md b/paperforge/skills/logging/SKILL.md index 1f0d1d13..177b6a7b 100644 --- a/paperforge/skills/logging/SKILL.md +++ b/paperforge/skills/logging/SKILL.md @@ -6,8 +6,7 @@ description: > "做工作记录", "做阅读记录", "做working-log", "做reading-log", "写工作日志", "写阅读日志", "记录工作", "记录阅读", "写日志", "记一下", "总结一下这个会话", - "记录决策", "记一下工作过程", "写工作总结", - "这节的结论是什么", "这段有什么值得记录的". + "记录决策", "记一下工作过程", "写工作总结". source: paperforge --- @@ -40,7 +39,7 @@ python $SKILL_DIR/scripts/pf_bootstrap.py | 用户说 | 走分支 | | ------------------------------------------- | -------- | -| "记录阅读" "reading log" "做阅读记录" "这段有什么值得记的" "读完了记一下" "刚读了一段记一下" "有没有什么值得记的" "把这段记下来" | **reading** | +| "记录阅读" "reading log" "做阅读记录" "读完了记一下" "刚读了一段记一下" "有没有什么值得记的" "把这段记下来" | **reading** | | "工作记录" "working log" "总结会话" "记一下工作过程" "写工作总结" "记录决策" "logging work" | **working** | | "写日志" "记录一下" "记一下" 不清楚哪个 | **先问用户** |