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) <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.*
|
||||
|
||||
@@ -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.*
|
||||
|
||||
@@ -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%.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user