feat(plugins): bundle project scaffold marketplace plugin
This commit is contained in:
14
resources/coding-plugins/project-scaffold/plugin.json
Normal file
14
resources/coding-plugins/project-scaffold/plugin.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
||||
"name": "makelore.project-scaffold",
|
||||
"version": "1.0.0",
|
||||
"description": "为 MakeLore 交互式 AI 应用生成固定工程骨架并检查发布与审批提交要求。",
|
||||
"author": {
|
||||
"name": "MakeLore"
|
||||
},
|
||||
"extensions": {
|
||||
"com.makelore": {
|
||||
"capabilityManifest": "./com.makelore/capability.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user