mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
Claude Code auto-loads hooks/hooks.json. Declaring it explicitly in manifest.hooks causes: 'Duplicate hooks file detected ... already-loaded'. Same pattern as agents: manifest should only reference *additional* hook files beyond the default.
29 lines
794 B
JSON
29 lines
794 B
JSON
{
|
|
"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"
|
|
},
|
|
"homepage": "https://github.com/Hawksight-AI/semantica",
|
|
"repository": "https://github.com/Hawksight-AI/semantica",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"semantica",
|
|
"knowledge graph",
|
|
"context graphs",
|
|
"decision intelligence",
|
|
"explainability",
|
|
"causal analysis",
|
|
"provenance",
|
|
"ontology",
|
|
"graph analytics",
|
|
"semantic extraction",
|
|
"visualization",
|
|
"reasoning",
|
|
"extraction",
|
|
"mcp"
|
|
],
|
|
"skills": "./skills"
|
|
}
|