Graph topology (Metatron's Cube pattern — 1 center + 12 outer nodes): - index: now links to ALL 12 other nodes (complete hub) - Inner ring cycle: hot→log→overview→dashboard→concepts/_index→entities/_index - Added: hot↔WikiMap, log↔sources/_index, dashboard↔concepts/_index - Added: entities/_index↔hot, entities/_index↔LLM Wiki Pattern - Added: sources/_index↔log, sources/_index↔entities/_index - Outer ring: concepts connected in triangle + Karpathy/sources cross-linked - Added: dashboard↔Compounding, entities/_index↔LLM Wiki Pattern graph.json physics for geometric arrangement: - repelStrength: 80 (strong push-apart for uniform spacing) - linkStrength: 3.0 (locks ring geometry) - linkDistance: 80 (tighter rings) - centerStrength: 0.25 (moderate center pull) - nodeSizeMultiplier: 2.0 (hub nodes visually dominant) - Added colors: questions=yellow, comparisons=red, nav=teal Phantom links removed from Hot Cache.md: - Removed [[Page A]], [[Page B]], [[New Page 1]], [[Existing Page]] New module pages: - wiki/questions/How does the LLM Wiki pattern work.md - wiki/comparisons/Wiki vs RAG.md - Adds questions/ and comparisons/ domains to the graph (yellow + red nodes)
38 lines
863 B
Markdown
38 lines
863 B
Markdown
---
|
|
type: meta
|
|
title: "Operation Log"
|
|
updated: 2026-04-07
|
|
tags:
|
|
- meta
|
|
- log
|
|
status: evergreen
|
|
related:
|
|
- "[[index]]"
|
|
- "[[hot]]"
|
|
- "[[overview]]"
|
|
- "[[sources/_index]]"
|
|
---
|
|
|
|
# Operation Log
|
|
|
|
Navigation: [[index]] | [[hot]] | [[overview]]
|
|
|
|
Append-only. New entries go at the TOP. Never edit past entries.
|
|
|
|
Entry format: `## [YYYY-MM-DD] operation | Title`
|
|
|
|
Parse recent entries: `grep "^## \[" wiki/log.md | head -10`
|
|
|
|
---
|
|
|
|
|
|
- Source: `.raw/nate-herk-llm-wiki-transcript.md`
|
|
- 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%.
|
|
|
|
## [2026-04-07] setup | Vault initialized
|
|
|
|
- Plugin: cosmic-brain v1.1.0
|
|
- Structure: seed files + first ingest complete
|
|
- Skills: wiki, wiki-ingest, wiki-query, wiki-lint, save, autoresearch
|