diff --git a/plugins/.claude-plugin/marketplace.json b/plugins/.claude-plugin/marketplace.json index ef9a8f84..a4e48a56 100644 --- a/plugins/.claude-plugin/marketplace.json +++ b/plugins/.claude-plugin/marketplace.json @@ -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" + ] } ] } diff --git a/plugins/.claude-plugin/plugin.json b/plugins/.claude-plugin/plugin.json index ef21fdd0..2649d2eb 100644 --- a/plugins/.claude-plugin/plugin.json +++ b/plugins/.claude-plugin/plugin.json @@ -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" -} \ No newline at end of file + "license": "MIT", + "keywords": [ + "semantica", + "knowledge graph", + "visualization", + "reasoning", + "extraction", + "mcp" + ], + "skills": "./skills", + "agents": "./agents", + "hooks": "./hooks/hooks.json" +} diff --git a/plugins/.codex-plugin/marketplace.json b/plugins/.codex-plugin/marketplace.json index f0a69270..687e1cf3 100644 --- a/plugins/.codex-plugin/marketplace.json +++ b/plugins/.codex-plugin/marketplace.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" } ] } diff --git a/plugins/.codex-plugin/plugin.json b/plugins/.codex-plugin/plugin.json index 114e7a6c..9230322b 100644 --- a/plugins/.codex-plugin/plugin.json +++ b/plugins/.codex-plugin/plugin.json @@ -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" + } } diff --git a/plugins/.cursor-plugin/marketplace.json b/plugins/.cursor-plugin/marketplace.json index 1aea2180..5d046b42 100644 --- a/plugins/.cursor-plugin/marketplace.json +++ b/plugins/.cursor-plugin/marketplace.json @@ -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": "." } ] } diff --git a/plugins/.cursor-plugin/plugin.json b/plugins/.cursor-plugin/plugin.json index 00059e4b..4d401df8 100644 --- a/plugins/.cursor-plugin/plugin.json +++ b/plugins/.cursor-plugin/plugin.json @@ -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" }