fix: 修正 plugin.json 为正确的 plugin manifest 结构
将 marketplace 元数据替换为包含 plugins 数组的 plugin manifest, 使 chinaweal-pms 等 skills 能够正常加载。
This commit is contained in:
parent
780a8eee82
commit
59a88b3016
|
|
@ -1,23 +1,22 @@
|
||||||
{
|
{
|
||||||
"name": "chinaweal-claude-code",
|
"name": "chinaweal-plugins",
|
||||||
"version": "1.0.0",
|
"owner": {
|
||||||
"description": "众望通企业内部 Claude Code Skills 集合,包含 PMS 开发、Gitea API 等企业业务集成技能",
|
"name": "ChinaWeal",
|
||||||
"author": {
|
|
||||||
"name": "lirh",
|
|
||||||
"email": "lirh@chinaweal.com"
|
"email": "lirh@chinaweal.com"
|
||||||
},
|
},
|
||||||
"homepage": "http://47.107.61.133:3000/chinaweal/chinaweal-claude-code",
|
"description": "众望通企业 Claude Code Skills 插件",
|
||||||
"repository": "http://47.107.61.133:3000/chinaweal/chinaweal-claude-code",
|
"plugins": [
|
||||||
"license": "Apache-2.0",
|
{
|
||||||
"keywords": [
|
"name": "chinaweal-pms",
|
||||||
"pms",
|
"source": "./skills/chinaweal-pms"
|
||||||
"gitea",
|
},
|
||||||
"enterprise",
|
{
|
||||||
"chinaweal",
|
"name": "gitea-api",
|
||||||
"development"
|
"source": "./skills/gitea-api"
|
||||||
],
|
},
|
||||||
"categories": [
|
{
|
||||||
"development",
|
"name": "pms-development",
|
||||||
"enterprise"
|
"source": "./skills/pms-development"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue