Commit Graph

2 Commits

Author SHA1 Message Date
Daniel
23bfd15b19 feat: geometric graph topology + module pages + phantom link cleanup
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)
2026-04-07 13:03:50 +03:00
Daniel
d515ff7598 feat: Fibonacci spiral canvas + graph filter + domain sub-hubs
- Wiki Map.canvas: 13 nodes at golden angle 137.5deg (Fibonacci/sunflower pattern)
  - index at center, 3 domain _indexes in ring 1, content in outer rings
  - Color coded: orange=concepts, purple=entities, green=sources, blue=navigation
  - 17 semantic edges with labels
- graph.json: search:path:wiki — eliminates all plugin file noise
  - hideUnresolved:true — removes phantom Subject A/B nodes
  - nodeSizeMultiplier 1.8 — hub nodes visually dominant
  - repelStrength 30 — clean radial spreading
- Created wiki/concepts/_index.md, wiki/entities/_index.md, wiki/sources/_index.md
  - These are domain hub nodes that create the 3-ring hierarchy in graph view
- All wiki pages now link to their domain _index
  - Creates proper hub-and-spoke topology in force-directed graph
2026-04-07 12:15:29 +03:00