remove unnecessary files
Tests / Hermetic test suite (push) Has been cancelled
Tests / Skill frontmatter validation (push) Has been cancelled

This commit is contained in:
김경종
2026-05-28 11:16:58 +09:00
parent 72dad72703
commit 665c5ab4e4
32 changed files with 22646 additions and 1727 deletions
+15 -16
View File
@@ -2,7 +2,7 @@
type: overview
title: "Wiki Overview"
created: 2026-04-07
updated: 2026-04-07
updated: 2026-05-28
tags:
- meta
- overview
@@ -24,40 +24,39 @@ Navigation: [[index]] | [[hot]] | [[log]] | [[dashboard]]
## Purpose
This is the claude-obsidian demo vault. It demonstrates the [[LLM Wiki Pattern]] a system for building persistent, compounding knowledge bases using Claude and Obsidian.
This is a claude-obsidian wiki vault. It demonstrates the [[LLM Wiki Pattern]]: a system for building persistent, compounding knowledge bases using Claude and Obsidian.
Run `/wiki` to scaffold this vault for your own domain and replace this overview.
The previous Claude + Obsidian ecosystem research source has been removed. The vault is ready to ingest sources for a different field.
---
## Current Seed Content
**Concepts seeded:**
- [[LLM Wiki Pattern]] the core architecture
- [[Hot Cache]] session context mechanism
- [[Compounding Knowledge]] why the pattern works
- [[LLM Wiki Pattern]] - the core architecture
- [[Hot Cache]] - session context mechanism
- [[Compounding Knowledge]] - why the pattern works
**Entities seeded:**
- [[Andrej Karpathy]] originated the pattern
- [[Andrej Karpathy]] - originated the pattern
**Sources seeded:**
- [[claude-obsidian-ecosystem-research]] — 16+ projects, 13 cherry-picks identified (2026-04-08)
- No active source pages.
---
## Current State
- Sources ingested: 2
- Wiki pages: 26
- Last activity: 2026-04-08 (v1.4.1 shipped, release session filed)
- Sources ingested: 0
- Wiki pages: 40
- Last activity: 2026-05-28 (removed Claude + Obsidian ecosystem research source artifacts)
---
## Canvases
- [[claude-obsidian-presentation]] — Full presentation: hero, overview, skills, architecture, Wiki vs RAG, visual demos (2026-04-07)
- [[AI Marketing Hub Cover Images Canvas]] — Cover image library for AI Marketing Hub brand assets
- [[claude-obsidian-presentation]] - full presentation: hero, overview, skills, architecture, Wiki vs RAG, visual demos (2026-04-07)
- [[AI Marketing Hub Cover Images Canvas]] - cover image library for AI Marketing Hub brand assets
---
@@ -65,6 +64,6 @@ Run `/wiki` to scaffold this vault for your own domain and replace this overview
**Knowledge compounds.** Unlike RAG, the wiki pre-compiles synthesis. Cross-references are already there. Contradictions are flagged. Every ingest enriches existing pages rather than adding isolated chunks.
**The hot cache is the force multiplier.** A ~500-word file captures recent context. New sessions start with full context at minimal token cost.
**The hot cache is the force multiplier.** A compact file captures recent context. New sessions start with full context at minimal token cost.
**Obsidian is the IDE, Claude is the programmer.** The graph view shows what's connected. The human curates sources and asks questions. Claude writes and maintains everything else.
**Obsidian is the IDE, Claude is the programmer.** The graph view shows what is connected. The human curates sources and asks questions. Claude writes and maintains everything else.