Files
market/skills/update-agent
Zxy-y ac6e5a850c chore(update-agent): version 3.0.4 → 3.0.5 补发改名指引更新 (#44)
## 背景 / Context

上一个 PR(#43)修改了 update-agent 技能正文(改名改用 Edit 同步 agent.json +
persona.md),但**未升 version**(仍 3.0.4)。

技能同步的更新判定**纯按
semver**(`lib/agent-service/sync/builtin-skill.ts`:`compareSemver(local,
source)`,版本一致即跳过、不比内容),因此已安装 3.0.4 的存量用户会因'版本一致→跳过'而**收不到**上个 PR 的正文更新。

The previous PR (#43) changed the update-agent skill body but did not
bump the version. Skill sync decides updates purely by semver (same
version → skip, content ignored), so existing 3.0.4 installs would never
receive the content update. Bumping to 3.0.5 forces propagation.

## 变更 / Change

- `skills/update-agent/SKILL.md`: `version: 3.0.4 → 3.0.5`(仅此一行,不动正文,不影响
source_hash / i18n 校验)

Co-authored-by: 张馨元 <zhangxy@iynss.com>
2026-07-08 14:49:11 +08:00
..