mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-07-23 05:23:40 +08:00
## 变更 / Changes update-agent 技能:纯改名场景改为用 **Edit 工具同时更新两个文件**——`agent.json` 的 `name` 字段 与 `persona.md` 的首行标题(`# 名称`),避免两者脱节;并强调不实际编辑文件不得声称已改名。 The update-agent skill now instructs: for a pure display-name change, use the **Edit tool to update both files** — the `name` field in `agent.json` and the first-line title heading (`# Name`) in `persona.md` — so the display name and persona title never fall out of sync. Also emphasizes never claiming a rename is done without actually editing the files. ## 背景 / Context 此前改名只改了 `agent.json` 的 name,`persona.md` 标题残留旧名(显示名与人格文档脱节);且模型有时只口头声称完成而不真正落盘。本改动通过技能引导修正这两点。 Previously renaming only touched `agent.json`'s name while `persona.md`'s title kept the old name (desync), and the model would sometimes claim completion without actually writing. This skill guidance fixes both. ## 改动范围 / Scope - `skills/update-agent/SKILL.md`(+3) - `skills/update-agent/SKILL.zh-CN.md`(+3) - 纯文档/技能引导改动,version 保持 3.0.4 不变 Co-authored-by: 张馨元 <zhangxy@iynss.com>