From 0f2e6e0f9b31fdd41a24c44f46fc1d8fb4f14d01 Mon Sep 17 00:00:00 2001 From: Daniel <223140489+AgriciDaniel@users.noreply.github.com> Date: Tue, 7 Apr 2026 15:46:33 +0300 Subject: [PATCH] docs: remove all Nate Herk references from tracked files - README.md: footer attribution + sources/ description - ATTRIBUTION.md: removed Hot Cache & Cross-Project Patterns section - wiki/getting-started.md: footer - wiki/log.md: source reference - wiki/meta/session note: inline mention Co-Authored-By: Claude Sonnet 4.6 (1M context) --- ATTRIBUTION.md | 8 -------- README.md | 6 +++--- wiki/getting-started.md | 2 +- wiki/log.md | 2 +- wiki/meta/claude-obsidian-v1.2.0-release-session.md | 1 - 5 files changed, 5 insertions(+), 14 deletions(-) diff --git a/ATTRIBUTION.md b/ATTRIBUTION.md index f742872..f2a81b4 100644 --- a/ATTRIBUTION.md +++ b/ATTRIBUTION.md @@ -12,14 +12,6 @@ claude-obsidian is an original work. The following third-party patterns, tools, --- -## Hot Cache & Cross-Project Patterns - -**Author:** Nate Herk -**Channel:** https://youtube.com/@nateherk -**Use:** The hot cache pattern (a rolling ~500-word context summary) and cross-project vault referencing were demonstrated by Nate Herk. claude-obsidian implements these patterns independently. No transcript or video content is included in this repository. - ---- - ## ITS CSS Snippets **Author:** SlRvb diff --git a/README.md b/README.md index 28dc414..c7cec3f 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ claude-obsidian/ │ ├── getting-started.md # onboarding walkthrough (inside the vault) │ ├── concepts/ # seeded: LLM Wiki Pattern, Hot Cache, Compounding Knowledge │ ├── entities/ # seeded: Andrej Karpathy -│ ├── sources/ # seeded: Nate Herk LLM Wiki Transcript +│ ├── sources/ # populated by your first ingest │ └── meta/dashboard.md # Dataview dashboard ├── .raw/ # source documents (hidden in Obsidian) ├── .obsidian/snippets/ # vault-colors.css (3-color scheme) @@ -298,7 +298,7 @@ This repo ships with a seeded vault. Open it in Obsidian and you'll see: - `wiki/concepts/` — LLM Wiki Pattern, Hot Cache, Compounding Knowledge - `wiki/entities/` — Andrej Karpathy -- `wiki/sources/` — Nate Herk LLM Wiki Transcript +- `wiki/sources/` — empty until your first ingest - `wiki/meta/dashboard.md` — Dataview dashboard (requires Dataview plugin) The graph view will show a connected cluster of 5 pages. This is what the wiki looks like after one ingest. Add more sources and it grows from there. @@ -310,4 +310,4 @@ The graph view will show a connected cluster of 5 pages. This is what the wiki l --- -*Based on [Andrej Karpathy's LLM Wiki pattern](https://github.com/karpathy). Hot cache and cross-project patterns demonstrated by [Nate Herk](https://youtube.com/@nateherk). Built by [AgriciDaniel](https://github.com/AgriciDaniel) / AI Marketing Hub.* +*Based on [Andrej Karpathy's LLM Wiki pattern](https://github.com/karpathy). Built by [AgriciDaniel](https://github.com/AgriciDaniel) / AI Marketing Hub.* diff --git a/wiki/getting-started.md b/wiki/getting-started.md index ae121bb..468ba8a 100644 --- a/wiki/getting-started.md +++ b/wiki/getting-started.md @@ -97,4 +97,4 @@ After 3–5 ingests, the graph starts to look like a real knowledge network. Cro --- -*Built on the [LLM Wiki pattern](https://github.com/karpathy) by Andrej Karpathy. Hot cache and cross-project patterns by Nate Herk.* +*Built on the [LLM Wiki pattern](https://github.com/karpathy) by Andrej Karpathy.* diff --git a/wiki/log.md b/wiki/log.md index 430c61d..a79e95a 100644 --- a/wiki/log.md +++ b/wiki/log.md @@ -31,7 +31,7 @@ Parse recent entries: `grep "^## \[" wiki/log.md | head -10` - From: full build session — v1.2.0 plan execution, cosmic-brain→claude-obsidian rename, legal/security audit, branded GIFs, PDF install guide, dual GitHub repos -- Source: `.raw/nate-herk-llm-wiki-transcript.md` +- Source: `.raw/` (first ingest) - Pages updated: [[index]], [[log]], [[hot]], [[overview]] - Key insight: The wiki pattern turns ephemeral AI chat into compounding knowledge — one user dropped token usage by 95%. diff --git a/wiki/meta/claude-obsidian-v1.2.0-release-session.md b/wiki/meta/claude-obsidian-v1.2.0-release-session.md index 67a0b94..c5d55be 100644 --- a/wiki/meta/claude-obsidian-v1.2.0-release-session.md +++ b/wiki/meta/claude-obsidian-v1.2.0-release-session.md @@ -69,7 +69,6 @@ Full project rename executed: ### Legal Fixes - `LICENSE`: MIT license file created (was declared in plugin.json but file was missing) -- `ATTRIBUTION.md`: credits Andrej Karpathy (LLM Wiki pattern), Nate Herk (hot cache pattern), SlRvb (ITS CSS), and all 4 bundled Obsidian plugins with their repos - `ITS-Dataview-Cards.css` + `ITS-Image-Adjustments.css`: GPL-2.0 attribution headers added ### .gitignore Tightened