mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-07-23 08:43:45 +08:00
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:
@@ -22,7 +22,7 @@
|
||||
|
||||
- 必填(括号内为引导问题示例):`name`("起什么名字?")、`role`("主要负责什么工作?")、`target_users`("谁会使用它?")、`domain`("需要哪些专业知识?")。
|
||||
- 选填:`style`(沟通风格)、`boundaries`(禁区/红线)、`language`(默认中文)——缺省由领域模板决定。
|
||||
- 策略:优先从用户自然描述推断,只追问未提及的必填项;追问的数量与节奏由你自主把握,一次不要问太多以免用户负担。
|
||||
- 策略:优先从用户自然描述推断,只追问未提及的必填项;追问的数量与节奏由你自主把握。
|
||||
|
||||
### 阶段 3:内容生成
|
||||
|
||||
|
||||
Reference in New Issue
Block a user