Skip to content

Commit 8bb3be0

Browse files
committed
docs(brand): flip display prose to "LLM Wiki Bridge" across 14 files
Technical slug (@obsidian-llm-wiki/mcp, github.com/2233admin/obsidian-llm-wiki, serverInfo.name, clone paths, kb_meta path) unchanged. Prose flipped in README H1+pitch, CLAUDE.md H1, setup/setup.ps1 top+echo banners, REQUIREMENTS H1 + install prefix, .outreach/{show-hn,x-thread}, viewer title+h1, demo-vault + creatures READMEs, WHY_NOT_JUST_GREP, gif-script, dogfood-log.sh header, vault-mind.example.yaml header. Closes step 5/6 of rebrand workflow (see feedback_rebrand_workflow memory). Negative grep verified: 30 residual slug mentions, all technical (URLs, npm scope, clone paths, serverInfo.name, script ROOT). Karpathy concept attribution preserved (23 mentions untouched).
1 parent 8df1848 commit 8bb3be0

14 files changed

Lines changed: 19 additions & 19 deletions

File tree

.outreach/show-hn-draft.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Draft: Show HN post
22

3-
**Title**: `Show HN: Karpathy's LLM Wiki, without the Postgres (obsidian-llm-wiki v1.0)`
3+
**Title**: `Show HN: Karpathy's LLM Wiki, without the Postgres (LLM Wiki Bridge v1.0)`
44

55
**URL**: https://github.com/2233admin/obsidian-llm-wiki
66

@@ -10,7 +10,7 @@
1010

1111
When Karpathy published his LLM Wiki gist in April, the comment thread immediately filled with variations that added things the gist explicitly said weren't needed at small scale — mostly embeddings and vector DBs.
1212

13-
obsidian-llm-wiki is a deliberately orthodox implementation:
13+
LLM Wiki Bridge is a deliberately orthodox implementation:
1414

1515
- **Three operations**, as the gist describes: Ingest / Query / Lint. Implemented as MCP tools so any MCP client (Claude Code, Cline, etc.) can drive them.
1616
- **No embeddings at moderate scale.** Filesystem adapter uses ripgrep. Embeddings/memU/pgvector are *optional* adapters — you can ignore them entirely and still have a working system.

.outreach/x-thread.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Why not gbrain? Different use case.
2828

2929
gbrain = Postgres + pgvector + dream cycles. Built for 10k+ files and long-running agents.
3030

31-
obsidian-llm-wiki = plain markdown + Obsidian UI + MCP. Built for your personal vault, your laptop, your Claude Code session.
31+
LLM Wiki Bridge = plain markdown + Obsidian UI + MCP. Built for your personal vault, your laptop, your Claude Code session.
3232

3333
**Tweet 4 (collectors)**
3434
Ships with 10 source collectors that dump directly to your vault:

.planning/REQUIREMENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Requirements: obsidian-llm-wiki v2 (shipability)
1+
# Requirements: LLM Wiki Bridge v2 (shipability)
22

33
**Defined:** 2026-04-20 (v2 — ship-ready pivot)
44
**Core Value:** Your markdown vault becomes a 6-persona virtual team for Claude Code / Codex / OpenCode / any agent. MCP + compiler are plumbing; personas are the product.
@@ -31,7 +31,7 @@ Each persona: 1 markdown file in `skills/`, < 150 lines, calls MCP tools via Cla
3131
### Install UX (Layer 1 — distribution)
3232

3333
- [ ] **I-01**: Paste-to-install prompt for Claude Code:
34-
`Install obsidian-llm-wiki: git clone --depth 1 https://github.com/2233admin/obsidian-llm-wiki ~/.claude/skills/vault-wiki && cd ~/.claude/skills/vault-wiki && ./setup` (mirror gstack).
34+
`Install LLM Wiki Bridge: git clone --depth 1 https://github.com/2233admin/obsidian-llm-wiki ~/.claude/skills/vault-wiki && cd ~/.claude/skills/vault-wiki && ./setup` (mirror gstack).
3535
- [ ] **I-02**: `./setup` script: detects vault path (env VAULT_PATH or CWD check), writes `.mcp.json` snippet, appends to CLAUDE.md the 6 persona list.
3636
- [ ] **I-03**: Multi-agent support: `./setup --host claude|codex|opencode` installs skill in the right dir (match gstack auto-detect table).
3737
- [ ] **I-04**: Team mode: `./setup --team` puts skill as a dev dep + auto-update check. Deferred to v2.1 if time is tight.

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CLAUDE.md — obsidian-llm-wiki
1+
# CLAUDE.md — LLM Wiki Bridge
22

33
## What This Is
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# obsidian-llm-wiki
1+
# LLM Wiki Bridge
22

33
Your markdown vault, compiled into a 6-persona team for any agent.
44

55
![demo](docs/gif/demo.gif)
66

77
Your vault has 500 notes. You forget half of them. Your AI agent cannot read them. Every morning you spend 20 minutes re-finding what you already knew.
88

9-
obsidian-llm-wiki solves this. It compiles your markdown vault -- wikilinks, aliases, tags, frontmatter -- into an MCP server your agent calls directly. The agent does not guess. It searches, reads, and cites with full vault context.
9+
LLM Wiki Bridge solves this. It compiles your markdown vault -- wikilinks, aliases, tags, frontmatter -- into an MCP server your agent calls directly. The agent does not guess. It searches, reads, and cites with full vault context.
1010

1111
---
1212

creatures/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# spec-A Output: 6 Vault Personas
22

33
Output of `librarian-author` on MiniMax-M2.7-highspeed via KT.
4-
Built for `obsidian-llm-wiki` v2.
4+
Built for `LLM Wiki Bridge` v2.
55

66
## Personas
77

docs/WHY_NOT_JUST_GREP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Example: your vault has a note titled `A3: KV-Cache Optimization` with alias `kv
1414

1515
## 2. Grep is stateless. This is compiled.
1616

17-
Grep scans on every invocation. The first query costs the same as the 1,000th. obsidian-llm-wiki compiles your vault once. On a 554-note vault, it produces a concept graph with 2,507 edges in under 3 seconds. Every subsequent query reuses that graph. The agent calls `vault.backlinks` and gets the full backlink map without rescanning the filesystem.
17+
Grep scans on every invocation. The first query costs the same as the 1,000th. LLM Wiki Bridge compiles your vault once. On a 554-note vault, it produces a concept graph with 2,507 edges in under 3 seconds. Every subsequent query reuses that graph. The agent calls `vault.backlinks` and gets the full backlink map without rescanning the filesystem.
1818

1919
---
2020

docs/gif-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Show Claude Code window. Cursor is on an empty line in a project directory.
77
Type (animate character by character):
88

99
```
10-
Install obsidian-llm-wiki: git clone --depth 1 https://github.com/2233admin/obsidian-llm-wiki ~/.claude/skills/vault-wiki && cd ~/.claude/skills/vault-wiki && ./setup
10+
Install LLM Wiki Bridge: git clone --depth 1 https://github.com/2233admin/obsidian-llm-wiki ~/.claude/skills/vault-wiki && cd ~/.claude/skills/vault-wiki && ./setup
1111
```
1212

1313
Press Enter. Show brief terminal output scrolling (setup runs, completes).

examples/demo-vault/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Demo Vault
22

3-
10 synthetic markdown notes about AI engineering topics, used to demo the obsidian-llm-wiki personas. Points the `/vault-*` skills at this vault for a working demonstration.
3+
10 synthetic markdown notes about AI engineering topics, used to demo the LLM Wiki Bridge personas. Points the `/vault-*` skills at this vault for a working demonstration.
44

55
## How to point MCP server at this vault
66

scripts/dogfood-log.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
# dogfood-log.sh — append a single usage record to .dogfood.log
33
#
4-
# Purpose: Track real daily usage of obsidian-llm-wiki so we can see at Week 12
4+
# Purpose: Track real daily usage of LLM Wiki Bridge so we can see at Week 12
55
# which features are used 100+ times (keep) vs 0 times (cut).
66
#
77
# Usage:

0 commit comments

Comments
 (0)