fix(installer): harden locale docs install

This commit is contained in:
Affaan Mustafa
2026-05-17 20:46:04 -04:00
parent 71aedad889
commit 666b4e2261
12 changed files with 338 additions and 42 deletions

View File

@@ -26,7 +26,7 @@
"properties": {
"id": {
"type": "string",
"pattern": "^(baseline|lang|framework|capability|agent|skill):[a-z0-9-]+$"
"pattern": "^(baseline|lang|framework|capability|agent|skill|locale):[a-z0-9-]+$"
},
"family": {
"type": "string",
@@ -36,7 +36,8 @@
"framework",
"capability",
"agent",
"skill"
"skill",
"locale"
]
},
"description": {