docs(profiles): a skill dropped from an owned category stays on update
Merging an owned category per skill means a skill the author removes from the distribution is no longer deleted on update, matching top-level skills/. Say so in the English and zh-Hans reference so authors are not surprised that retired skills linger.
This commit is contained in:
@@ -511,8 +511,9 @@ Hermes version doesn't satisfy the spec.
|
||||
`distribution_owned` is optional. If set, only those paths are updated;
|
||||
anything else in the profile stays user-owned. A directory of skills, such as
|
||||
`skills/` or a category like `skills/research/`, is merged per skill: the skills
|
||||
the distribution ships are replaced, and skills you added there stay. If
|
||||
omitted, the defaults above apply.
|
||||
the distribution ships are replaced, and skills you added there stay. A skill
|
||||
the author later drops from the distribution is left in place on update, as
|
||||
with top-level `skills/`. If omitted, the defaults above apply.
|
||||
|
||||
### Publishing a distribution
|
||||
|
||||
|
||||
@@ -397,7 +397,7 @@ distribution_owned: # optional; defaults to SOUL.md, config.yaml,
|
||||
|
||||
`hermes_requires` 支持 `>=`、`<=`、`==`、`!=`、`>`、`<`,或裸版本号(视为 `>=`)。若当前 Hermes 版本不满足规格,安装将失败并给出明确错误。
|
||||
|
||||
`distribution_owned` 为可选项。若设置,更新时仅更新这些路径;profile 中的其他内容保持用户所有。技能目录(如 `skills/`,或 `skills/research/` 这样的分类)按技能逐个合并:发行版附带的技能会被替换,你自己在其中添加的技能会保留。若省略,则应用上述默认值。
|
||||
`distribution_owned` 为可选项。若设置,更新时仅更新这些路径;profile 中的其他内容保持用户所有。技能目录(如 `skills/`,或 `skills/research/` 这样的分类)按技能逐个合并:发行版附带的技能会被替换,你自己在其中添加的技能会保留。作者之后从发行版中移除的技能,更新时不会被删除(与顶层 `skills/` 相同)。若省略,则应用上述默认值。
|
||||
|
||||
### 发布发行版
|
||||
|
||||
|
||||
Reference in New Issue
Block a user