chore: clean repo for public distribution

- Remove verbatim Nate Herk transcript from .raw/ (copyright)
- Rewrite wiki/sources page as synthesis + attribution + link to original
- Keeps all original concept/entity pages (our synthesis, not third-party content)
- .raw/ folder preserved for users to add their own sources
- This repo is now safe to share publicly as a plugin/skill library
This commit is contained in:
Daniel
2026-04-07 12:27:53 +03:00
parent 3f84697cae
commit 5cf93c9913
5 changed files with 89 additions and 90 deletions

2
.obsidian/app.json vendored
View File

@@ -10,4 +10,4 @@
"WIKI.md",
"Welcome.md"
]
}
}

View File

@@ -2,4 +2,4 @@
"enabledCssSnippets": [
"vault-colors"
]
}
}

48
.obsidian/graph.json vendored
View File

@@ -7,11 +7,41 @@
"showOrphans": false,
"collapse-color-groups": false,
"colorGroups": [
{ "query": "path:wiki/entities", "color": { "a": 1, "rgb": 12945088 } },
{ "query": "path:wiki/concepts", "color": { "a": 1, "rgb": 5227007 } },
{ "query": "path:wiki/sources", "color": { "a": 1, "rgb": 6986069 } },
{ "query": "path:wiki/meta", "color": { "a": 1, "rgb": 5676246 } },
{ "query": "path:wiki", "color": { "a": 1, "rgb": 5676246 } }
{
"query": "path:wiki/entities",
"color": {
"a": 1,
"rgb": 12945088
}
},
{
"query": "path:wiki/concepts",
"color": {
"a": 1,
"rgb": 5227007
}
},
{
"query": "path:wiki/sources",
"color": {
"a": 1,
"rgb": 6986069
}
},
{
"query": "path:wiki/meta",
"color": {
"a": 1,
"rgb": 5676246
}
},
{
"query": "path:wiki",
"color": {
"a": 1,
"rgb": 5676246
}
}
],
"collapse-display": true,
"showArrow": true,
@@ -20,9 +50,9 @@
"lineSizeMultiplier": 1.2,
"collapse-forces": false,
"centerStrength": 0.5,
"repelStrength": 30,
"linkStrength": 1.5,
"repelStrength": 20,
"linkStrength": 1,
"linkDistance": 120,
"scale": 1.0,
"scale": 1.1760790225246731,
"close": false
}
}