mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
Align plugin manifests and marketplaces with current docs
This commit is contained in:
@@ -1,19 +1,16 @@
|
||||
{
|
||||
"name": "semantica-local",
|
||||
"plugins": [
|
||||
{
|
||||
"name": "semantica-claude",
|
||||
"name": "semantica",
|
||||
"description": "Semantica plugin for Claude: knowledge graph skills, reasoning, extraction, and visualization.",
|
||||
"path": "."
|
||||
},
|
||||
{
|
||||
"name": "semantica-cursor",
|
||||
"description": "Semantica plugin for Cursor: knowledge graph skills and developer workflow integration.",
|
||||
"path": "."
|
||||
},
|
||||
{
|
||||
"name": "semantica-codex",
|
||||
"description": "Semantica plugin for Codex: knowledge graph commands, analytics, and export capabilities.",
|
||||
"path": "."
|
||||
"source": "./",
|
||||
"category": "Productivity",
|
||||
"tags": [
|
||||
"knowledge-graph",
|
||||
"reasoning",
|
||||
"semantica"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -2,10 +2,21 @@
|
||||
"name": "semantica",
|
||||
"description": "Full-stack knowledge graph skills: semantic extraction, decision intelligence, context graphs, reasoning, explainability, ontology, provenance, deduplication, visualization, and multi-format export.",
|
||||
"version": "0.1.0",
|
||||
"author": {"name": "Semantica Contributors"},
|
||||
"author": {
|
||||
"name": "Semantica Contributors"
|
||||
},
|
||||
"homepage": "https://github.com/Hawksight-AI/semantica",
|
||||
"repository": "https://github.com/Hawksight-AI/semantica",
|
||||
"platforms": ["claude", "cursor", "codex"],
|
||||
"keywords": ["semantica", "knowledge graph", "visualization", "reasoning", "extraction", "mcp"],
|
||||
"license": "MIT"
|
||||
}
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"semantica",
|
||||
"knowledge graph",
|
||||
"visualization",
|
||||
"reasoning",
|
||||
"extraction",
|
||||
"mcp"
|
||||
],
|
||||
"skills": "./skills",
|
||||
"agents": "./agents",
|
||||
"hooks": "./hooks/hooks.json"
|
||||
}
|
||||
|
||||
@@ -1,9 +1,21 @@
|
||||
{
|
||||
"name": "semantica-local",
|
||||
"interface": {
|
||||
"displayName": "Semantica Local Plugins"
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"name": "semantica-codex",
|
||||
"description": "Semantica plugin for Codex: knowledge graph commands and analytics.",
|
||||
"path": "."
|
||||
"source": {
|
||||
"source": "local",
|
||||
"path": "./"
|
||||
},
|
||||
"policy": {
|
||||
"installation": "AVAILABLE",
|
||||
"authentication": "ON_INSTALL"
|
||||
},
|
||||
"category": "Productivity"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -2,10 +2,26 @@
|
||||
"name": "semantica-codex",
|
||||
"description": "Semantica plugin for Codex: knowledge graph commands, export capabilities, and reasoning workflows.",
|
||||
"version": "0.1.0",
|
||||
"author": {"name": "Semantica Contributors"},
|
||||
"author": {
|
||||
"name": "Semantica Contributors"
|
||||
},
|
||||
"homepage": "https://github.com/Hawksight-AI/semantica",
|
||||
"repository": "https://github.com/Hawksight-AI/semantica",
|
||||
"platforms": ["codex"],
|
||||
"keywords": ["semantica", "knowledge graph", "codex", "visualization", "reasoning", "extraction", "mcp"],
|
||||
"license": "MIT"
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"semantica",
|
||||
"knowledge graph",
|
||||
"codex",
|
||||
"visualization",
|
||||
"reasoning",
|
||||
"extraction",
|
||||
"mcp"
|
||||
],
|
||||
"skills": "./skills",
|
||||
"interface": {
|
||||
"displayName": "Semantica Codex Plugin",
|
||||
"shortDescription": "Knowledge graph skills for Semantica workflows",
|
||||
"category": "Productivity",
|
||||
"developerName": "Semantica Contributors"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +1,18 @@
|
||||
{
|
||||
"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.",
|
||||
"path": "."
|
||||
"source": "."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,11 +1,24 @@
|
||||
{
|
||||
"name": "semantica-cursor",
|
||||
"displayName": "Semantica Cursor Plugin",
|
||||
"description": "Semantica plugin for Cursor: knowledge graph skills, reasoning, extraction, and visualization.",
|
||||
"version": "0.1.0",
|
||||
"author": {"name": "Semantica Contributors"},
|
||||
"author": {
|
||||
"name": "Semantica Contributors"
|
||||
},
|
||||
"homepage": "https://github.com/Hawksight-AI/semantica",
|
||||
"repository": "https://github.com/Hawksight-AI/semantica",
|
||||
"platforms": ["cursor"],
|
||||
"keywords": ["semantica", "knowledge graph", "cursor", "visualization", "reasoning", "extraction", "mcp"],
|
||||
"license": "MIT"
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"semantica",
|
||||
"knowledge graph",
|
||||
"cursor",
|
||||
"visualization",
|
||||
"reasoning",
|
||||
"extraction",
|
||||
"mcp"
|
||||
],
|
||||
"skills": "./skills",
|
||||
"agents": "./agents",
|
||||
"hooks": "./hooks/hooks.json"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user