mirror of
https://github.com/sweetwisdom/everything-claude-code-zh.git
synced 2026-03-21 22:10:09 +00:00
fix: restore missing files (package.json etc) and fix sync script logic
This commit is contained in:
13
schemas/plugin.schema.json
Normal file
13
schemas/plugin.schema.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Claude Plugin Configuration",
|
||||
"type": "object",
|
||||
"required": ["name"],
|
||||
"properties": {
|
||||
"name": { "type": "string" },
|
||||
"description": { "type": "string" },
|
||||
"author": { "type": "string" },
|
||||
"repository": { "type": "string" },
|
||||
"license": { "type": "string" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user