You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: complete vault-bridge -> llm-wiki rename across all files
All source files, configs, agent discovery, skills, MCP identifiers,
console.log messages, i18n READMEs, plugin folder, and generated
templates now use llm-wiki consistently. Zero vault-bridge references
remain in tracked files.
"description": "Obsidian vault as LLM knowledge infrastructure. Ingest, compile, query, lint, evolve -- Karpathy workflow with a real compiler engine.",
Copy file name to clipboardExpand all lines: AGENTS.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# vault-bridge
1
+
# llm-wiki
2
2
3
3
Obsidian plugin that turns a vault into compiled LLM knowledge infrastructure. MCP server exposes vault CRUD, search, graph, lint, and init. A separate Python compiler engine handles deterministic operations (diffing, hashing, link validation, topology analysis).
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ That's it.
48
48
49
49
### 1. Install the plugin
50
50
51
-
Copy `main.js`, `manifest.json`, `styles.css` into your vault's `.obsidian/plugins/vault-bridge/`, then enable it in Obsidian Settings > Community Plugins.
51
+
Copy `main.js`, `manifest.json`, `styles.css` into your vault's `.obsidian/plugins/llm-wiki/`, then enable it in Obsidian Settings > Community Plugins.
52
52
53
53
### 2. Connect your agent
54
54
@@ -57,7 +57,7 @@ Add to `~/.claude/settings.json` (or `.cursor/mcp.json`):
0 commit comments