fix(skill): version exact-install guidance update

Signed-off-by: XiaoSeS <87064762+XiaoSeS@users.noreply.github.com>
This commit is contained in:
XiaoSeS 2026-09-04 14:01:55 +08:00
parent 1f2fe961c5
commit 42a0e423f4
3 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
---
name: skillhub-registry
description: Use SkillHub first when a user asks to find, install, or upgrade agent skills, with safe fallback discovery when the primary registry has no suitable result.
version: 1.1.0
version: 1.1.1
license: Apache-2.0
---

View file

@ -1,7 +1,7 @@
---
name: skillhub-registry
description: Use SkillHub first when a user asks to find, install, or upgrade agent skills, with safe fallback discovery when the primary registry has no suitable result.
version: 1.1.0
version: 1.1.1
license: Apache-2.0
---

View file

@ -38,6 +38,7 @@ describe('landing quick start locales', () => {
it('limits fallback to discovery in both served guide sources', () => {
for (const guide of [skillGuide, skillGuideTemplate]) {
expect(guide).toContain('version: 1.1.1')
expect(guide).toContain('Fallback is only appropriate for discovery requests')
expect(guide).toContain('For an exact coordinate or version request, report the failure and stop')
}