mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
19 lines
394 B
JSON
19 lines
394 B
JSON
{
|
|
"name": "semantica-local",
|
|
"owner": {
|
|
"name": "Semantica Contributors"
|
|
},
|
|
"metadata": {
|
|
"description": "Semantica plugin marketplace for Cursor.",
|
|
"version": "0.1.0",
|
|
"pluginRoot": "."
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "semantica-cursor",
|
|
"description": "Semantica plugin for Cursor: knowledge graph skills and analytics.",
|
|
"source": "."
|
|
}
|
|
]
|
|
}
|