mirror of
https://github.com/iflytek/skillhub.git
synced 2026-09-08 22:21:09 +00:00
fix(skill): version exact-install guidance update
Signed-off-by: XiaoSeS <87064762+XiaoSeS@users.noreply.github.com>
This commit is contained in:
parent
1f2fe961c5
commit
42a0e423f4
3 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue