docs: add welcome canvas GIF to README

Visual demo of the welcome.canvas board showing the three-zone
drop-process-grow layout.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Daniel
2026-04-07 14:22:43 +03:00
parent c8c27141d7
commit 78addd13b9
2 changed files with 4 additions and 0 deletions

View File

@@ -14,6 +14,10 @@ Based on Andrej Karpathy's LLM Wiki pattern.
<img src="wiki/meta/workflow-loop.gif" alt="Workflow loop" width="48%" />
</p>
<p align="center">
<img src="wiki/meta/welcome-canvas.gif" alt="Welcome canvas — visual demo board" width="96%" />
</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.