cli/pkg/cmd/skills/preview
Sam Morrow 6fcc9c24df
fix(skills): prioritize DisplayName/Name over InstallName match
Use a two-pass search so exact DisplayName and Name matches are
preferred over InstallName. This avoids incorrectly selecting a
plugins-convention skill via InstallName when a standard namespaced
skill with a matching DisplayName exists later in the sorted slice.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-21 10:09:20 +02:00
..
preview.go fix(skills): prioritize DisplayName/Name over InstallName match 2026-04-21 10:09:20 +02:00
preview_test.go fix(skills): match skills by install name in preview command 2026-04-21 09:56:27 +02:00