feat(coding): add bundled plugin package selection
This commit is contained in:
14
resources/coding-plugins/data-service/plugin.json
Normal file
14
resources/coding-plugins/data-service/plugin.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
||||
"name": "makelore.data-service",
|
||||
"version": "1.0.0",
|
||||
"description": "Project-scoped development data storage",
|
||||
"author": {
|
||||
"name": "MakeLore"
|
||||
},
|
||||
"extensions": {
|
||||
"com.makelore": {
|
||||
"capabilityManifest": "./com.makelore/capability.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user