Initial commit: Multi-repository role-based knowledge graphs

This commit is contained in:
Kimi Claw
2026-02-19 04:11:57 +08:00
commit 3720b9e325
19 changed files with 1218 additions and 0 deletions
+164
View File
@@ -0,0 +1,164 @@
{
"name": "Learning Capture",
"data": {
"learning": { "id": 1, "nterm": "knowledge" },
"knowledge": { "id": 1, "nterm": "knowledge" },
"lesson": { "id": 1, "nterm": "knowledge" },
"insight": { "id": 1, "nterm": "knowledge" },
"discovery": { "id": 1, "nterm": "knowledge" },
"understanding": { "id": 1, "nterm": "knowledge" },
"wisdom": { "id": 1, "nterm": "knowledge" },
"setup": { "id": 2, "nterm": "configuration" },
"configuration": { "id": 2, "nterm": "configuration" },
"install": { "id": 2, "nterm": "configuration" },
"installation": { "id": 2, "nterm": "configuration" },
"deployment": { "id": 2, "nterm": "configuration" },
"deploy": { "id": 2, "nterm": "configuration" },
"initialize": { "id": 2, "nterm": "configuration" },
"init": { "id": 2, "nterm": "configuration" },
"bootstrap": { "id": 2, "nterm": "configuration" },
"provision": { "id": 2, "nterm": "configuration" },
"gitea": { "id": 3, "nterm": "git" },
"git": { "id": 3, "nterm": "git" },
"github": { "id": 3, "nterm": "git" },
"gitlab": { "id": 3, "nterm": "git" },
"repository": { "id": 3, "nterm": "git" },
"repo": { "id": 3, "nterm": "git" },
"version control": { "id": 3, "nterm": "git" },
"vcs": { "id": 3, "nterm": "git" },
"commit": { "id": 3, "nterm": "git" },
"branch": { "id": 3, "nterm": "git" },
"merge": { "id": 3, "nterm": "git" },
"terraphim": { "id": 4, "nterm": "ai_assistant" },
"ai assistant": { "id": 4, "nterm": "ai_assistant" },
"agent": { "id": 4, "nterm": "ai_assistant" },
"claude": { "id": 4, "nterm": "ai_assistant" },
"kimi": { "id": 4, "nterm": "ai_assistant" },
"openclaw": { "id": 4, "nterm": "ai_assistant" },
"assistant": { "id": 4, "nterm": "ai_assistant" },
"bot": { "id": 4, "nterm": "ai_assistant" },
"skill": { "id": 5, "nterm": "tool" },
"tool": { "id": 5, "nterm": "tool" },
"capability": { "id": 5, "nterm": "tool" },
"function": { "id": 5, "nterm": "tool" },
"feature": { "id": 5, "nterm": "tool" },
"utility": { "id": 5, "nterm": "tool" },
"instrument": { "id": 5, "nterm": "tool" },
"resource": { "id": 5, "nterm": "tool" },
"memory": { "id": 6, "nterm": "storage" },
"storage": { "id": 6, "nterm": "storage" },
"persistence": { "id": 6, "nterm": "storage" },
"database": { "id": 6, "nterm": "storage" },
"db": { "id": 6, "nterm": "storage" },
"cache": { "id": 6, "nterm": "storage" },
"store": { "id": 6, "nterm": "storage" },
"save": { "id": 6, "nterm": "storage" },
"persist": { "id": 6, "nterm": "storage" },
"arscontexta": { "id": 7, "nterm": "context_management" },
"onecontext": { "id": 7, "nterm": "context_management" },
"context": { "id": 7, "nterm": "context_management" },
"progress": { "id": 7, "nterm": "context_management" },
"state": { "id": 7, "nterm": "context_management" },
"session": { "id": 7, "nterm": "context_management" },
"tracking": { "id": 7, "nterm": "context_management" },
"search": { "id": 8, "nterm": "retrieval" },
"retrieval": { "id": 8, "nterm": "retrieval" },
"query": { "id": 8, "nterm": "retrieval" },
"find": { "id": 8, "nterm": "retrieval" },
"lookup": { "id": 8, "nterm": "retrieval" },
"fetch": { "id": 8, "nterm": "retrieval" },
"get": { "id": 8, "nterm": "retrieval" },
"locate": { "id": 8, "nterm": "retrieval" },
"discover": { "id": 8, "nterm": "retrieval" },
"error": { "id": 9, "nterm": "failure" },
"failure": { "id": 9, "nterm": "failure" },
"mistake": { "id": 9, "nterm": "failure" },
"bug": { "id": 9, "nterm": "failure" },
"issue": { "id": 9, "nterm": "failure" },
"problem": { "id": 9, "nterm": "failure" },
"fault": { "id": 9, "nterm": "failure" },
"defect": { "id": 9, "nterm": "failure" },
"exception": { "id": 9, "nterm": "failure" },
"crash": { "id": 9, "nterm": "failure" },
"documentation": { "id": 10, "nterm": "docs" },
"docs": { "id": 10, "nterm": "docs" },
"guide": { "id": 10, "nterm": "docs" },
"manual": { "id": 10, "nterm": "docs" },
"readme": { "id": 10, "nterm": "docs" },
"reference": { "id": 10, "nterm": "docs" },
"wiki": { "id": 10, "nterm": "docs" },
"help": { "id": 10, "nterm": "docs" },
"rust": { "id": 11, "nterm": "programming_language" },
"cargo": { "id": 11, "nterm": "programming_language" },
"rustlang": { "id": 11, "nterm": "programming_language" },
"javascript": { "id": 12, "nterm": "programming_language" },
"js": { "id": 12, "nterm": "programming_language" },
"node": { "id": 12, "nterm": "programming_language" },
"npm": { "id": 12, "nterm": "programming_language" },
"python": { "id": 13, "nterm": "programming_language" },
"py": { "id": 13, "nterm": "programming_language" },
"pip": { "id": 13, "nterm": "programming_language" },
"test": { "id": 14, "nterm": "testing" },
"testing": { "id": 14, "nterm": "testing" },
"spec": { "id": 14, "nterm": "testing" },
"verify": { "id": 14, "nterm": "testing" },
"validation": { "id": 14, "nterm": "testing" },
"assert": { "id": 14, "nterm": "testing" },
"check": { "id": 14, "nterm": "testing" },
"security": { "id": 15, "nterm": "security" },
"secure": { "id": 15, "nterm": "security" },
"safety": { "id": 15, "nterm": "security" },
"protect": { "id": 15, "nterm": "security" },
"guard": { "id": 15, "nterm": "security" },
"audit": { "id": 15, "nterm": "security" },
"vulnerability": { "id": 15, "nterm": "security" },
"performance": { "id": 16, "nterm": "performance" },
"speed": { "id": 16, "nterm": "performance" },
"fast": { "id": 16, "nterm": "performance" },
"optimize": { "id": 16, "nterm": "performance" },
"efficiency": { "id": 16, "nterm": "performance" },
"benchmark": { "id": 16, "nterm": "performance" },
"build": { "id": 17, "nterm": "build" },
"compile": { "id": 17, "nterm": "build" },
"make": { "id": 17, "nterm": "build" },
"package": { "id": 17, "nterm": "build" },
"bundle": { "id": 17, "nterm": "build" },
"assemble": { "id": 17, "nterm": "build" },
"run": { "id": 18, "nterm": "execution" },
"execute": { "id": 18, "nterm": "execution" },
"start": { "id": 18, "nterm": "execution" },
"launch": { "id": 18, "nterm": "execution" },
"invoke": { "id": 18, "nterm": "execution" },
"call": { "id": 18, "nterm": "execution" },
"debug": { "id": 19, "nterm": "debugging" },
"debugging": { "id": 19, "nterm": "debugging" },
"troubleshoot": { "id": 19, "nterm": "debugging" },
"diagnose": { "id": 19, "nterm": "debugging" },
"investigate": { "id": 19, "nterm": "debugging" },
"analyze": { "id": 19, "nterm": "debugging" },
"fix": { "id": 20, "nterm": "repair" },
"repair": { "id": 20, "nterm": "repair" },
"correct": { "id": 20, "nterm": "repair" },
"resolve": { "id": 20, "nterm": "repair" },
"solve": { "id": 20, "nterm": "repair" },
"patch": { "id": 20, "nterm": "repair" },
"remedy": { "id": 20, "nterm": "repair" }
}
}