fix(skills): 去除追问/展示数量的软性倾向措辞,完全交 Agent 自主 (#59)

## 摘要 / Summary

### 中文

在去除机械数字上限(#58)后,进一步删掉技能里追问/展示数量的**软性倾向措辞**——create
的「一次不要问太多以免用户负担」、discover 的「避免一次刷屏过多」。数量与节奏完全交由执行 Agent
自主判断,不带任何倾向暗示。create 2.5.4 / discover 2.6.4,manifest 1.2.15,中英双份同步、重算
source_hash(validate-i18n 通过)。

### English

After removing the mechanical numeric caps (#58), further drop the soft
directional hints on ask/display count — create's "don't ask too many so
as not to burden the user" and discover's "avoid flooding the screen".
Count and pacing are left entirely to the executing Agent's judgment
with no bias. create 2.5.4 / discover 2.6.4, manifest 1.2.15, both
locales synced, hashes recomputed (validate-i18n passes).
This commit is contained in:
2026-07-19 17:31:31 +08:00
committed by GitHub
parent 14b6a02c48
commit caccaee6ef
7 changed files with 19 additions and 11 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## [2.6.4] - 2026-07-19
- 进一步去除追问/展示数量的软性倾向措辞('别让用户负担'、'避免刷屏'),完全交由执行 Agent 自主判断,不带任何数量暗示。
## [2.6.3] - 2026-07-19
- 去除束缚执行 Agent 自主判断的机械数字策略create 追问'每轮最多 2 个'、discover'最多展示 5 个候选'),改为交由 Agent 按情况自主把握节奏与数量,保留'别让用户负担/别刷屏'的原则意图。