feat: add animated GIFs + clean vault

GIFs (Remotion-rendered, FFmpeg palette-optimized):
- wiki/meta/wiki-graph-grow.gif (285KB, 6s, 15fps)
  Shows knowledge graph nodes appearing, coloring by type, edges connecting
  Color-coded: cyan=navigation, blue=concepts, purple=entities, green=sources
- wiki/meta/workflow-loop.gif (227KB, 5s, 15fps)
  Animated 4-step cycle: Drop Source → Claude Reads → Wiki Grows → Query
README: both GIFs shown side-by-side after the cover

Copyright clean-up (committed together):
- Removed Nate Herk source page and all 13 references
- Vault now 100% original content (3 concepts + 1 entity + navigation)
This commit is contained in:
Daniel
2026-04-07 12:55:48 +03:00
parent ea35e563f0
commit ece0d94523
4 changed files with 8 additions and 3 deletions

View File

@@ -12,6 +12,11 @@ Based on Andrej Karpathy's LLM Wiki pattern.
## What It Does
<p align="center">
<img src="wiki/meta/wiki-graph-grow.gif" alt="Knowledge graph growing" width="48%" />
<img src="wiki/meta/workflow-loop.gif" alt="Workflow loop" width="48%" />
</p>
You drop sources. Claude reads them, extracts entities and concepts, updates cross-references, and files everything into a structured Obsidian vault. The wiki gets richer with every ingest.
You ask questions. Claude reads the hot cache (recent context), scans the index, drills into relevant pages, and synthesizes an answer. It cites specific wiki pages, not training data.