mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
Add a Cite Us section to the README with BibTeX citation info, and align it with docs/citation.md (author/organization: Semantica, 2026). Update LICENSE and docs/project-license.md copyright holder to Semantica, and replace the stale Hawksight-AI GitHub org slug with semantica-agi across READMEs, plugin manifests, cookbook notebooks, and GitHub templates.
34 lines
885 B
JSON
34 lines
885 B
JSON
{
|
|
"name": "semantica-continue",
|
|
"displayName": "Semantica Continue Plugin",
|
|
"description": "Semantica plugin for Continue.dev: knowledge graph context provider, decision intelligence, reasoning, and semantic extraction.",
|
|
"version": "0.1.0",
|
|
"author": {
|
|
"name": "Semantica Contributors"
|
|
},
|
|
"homepage": "https://github.com/semantica-agi/semantica",
|
|
"repository": "https://github.com/semantica-agi/semantica",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"semantica",
|
|
"knowledge graph",
|
|
"continue",
|
|
"context provider",
|
|
"decision intelligence",
|
|
"explainability",
|
|
"causal analysis",
|
|
"provenance",
|
|
"ontology",
|
|
"semantic extraction",
|
|
"reasoning",
|
|
"mcp"
|
|
],
|
|
"skills": "../skills",
|
|
"agents": "../agents",
|
|
"hooks": "../hooks/hooks.json",
|
|
"mcp": {
|
|
"server": "python -m semantica.mcp_server",
|
|
"transport": "stdio"
|
|
}
|
|
}
|