Parcourir la source

docs: clarify skill source precedence (#41844)

Kit Langton il y a 5 jours
Parent
commit
14deb6baf7
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      packages/www/content/docs/(Configure)/skills.mdx

+ 2 - 2
packages/www/content/docs/(Configure)/skills.mdx

@@ -161,8 +161,8 @@ Skills are keyed by ID. If several sources define the same ID, the later source
 wins. Sources are registered in this order, from lower to higher precedence:
 
 1. Built-in skills
-2. `.claude/skills` sources, global first and then from the current directory upward
-3. `.agents/skills` sources, global first and then from the current directory upward
+2. `.claude/skills` sources, global first and then from the farthest ancestor toward the current directory
+3. `.agents/skills` sources, global first and then from the farthest ancestor toward the current directory
 4. `~/.config/opencode/skills`
 5. Project `.opencode/skills`, from the project root toward the current directory
 6. Explicit `skills` config entries, in config priority and array order