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.
21 lines
457 B
JSON
21 lines
457 B
JSON
{
|
|
"name": "semantica-local",
|
|
"owner": {
|
|
"name": "Semantica",
|
|
"url": "https://github.com/semantica-agi/semantica"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "semantica",
|
|
"description": "Semantica plugin for Claude: knowledge graph skills, reasoning, extraction, and visualization.",
|
|
"source": "./",
|
|
"category": "Productivity",
|
|
"tags": [
|
|
"knowledge-graph",
|
|
"reasoning",
|
|
"semantica"
|
|
]
|
|
}
|
|
]
|
|
}
|