mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
fix(installer): harden locale docs install
This commit is contained in:
parent
71aedad889
commit
666b4e2261
12 changed files with 338 additions and 42 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -26,7 +26,8 @@
|
|||
"hooks",
|
||||
"platform",
|
||||
"orchestration",
|
||||
"skills"
|
||||
"skills",
|
||||
"docs"
|
||||
]
|
||||
},
|
||||
"description": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue