15 lines
349 B
JSON
15 lines
349 B
JSON
{
|
|
"$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"
|
|
}
|
|
}
|
|
}
|