mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-18 14:53:05 +08:00
fix(installer): harden locale docs install
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user