prysm/graph.md

navigation minimap molecule in prysm

a visual map showing where the neuron is in the cybergraph. spatial orientation — the neuron sees its position relative to surrounding particles and cyberlinks. like a map in a game

protocol role

graph is a molecule in the element tree $\mathcal{T}$. membrane = bottom-l zone of prysm/grid (below stars). on mobile: inside menu context

sizing

viewport sizing
desktop fix($25g$) × auto
mobile inside menu context, fill × scale($0.5$)

$s_{min} = (15g, 15g)$ — below this the map is unreadable

structure

glass [fix(25g) × auto, depth midground]
  raster [graph render — 2D projection of local cybergraph neighborhood]

the graph content is a raster leaf — a rendered image of the local graph topology around the neuron's current position. updated by the renderer, not by the layout protocol

fold

$\mathcal{F}$:

  • $l_1$ ($w_{min} = 25g$): full minimap
  • $l_2$ ($w_{min} = 0$, mobile): moves into menu context

where in prysm/grid

viewport position
desktop bottom-l zone, below stars
mobile inside menu context (not in main grid)

ECS

  • Entity: graph organelle
  • Components:
    • Sizing { width: Fix(25), height: auto }
    • FoldSet { conformations }
    • GraphPosition { current_particle_cid } — neuron's location in cybergraph
  • System: GraphRenderSystem reads GraphPosition, renders local neighborhood as raster

Synonyms

graph
two primitives — nodes and links — and everything else emerges degree, path, adjacency, clusters, hierarchies: all derived from nodes connected by directed edges. a knowledge graph adds meaning to both. the cybergraph adds consensus — particles as nodes, cyberlinks as edges, neurons as authors,…
bostrom/graph
The cybergraph module manages cyberlinks — signed, weighted, timestamped directed edges between particles. Each cyberlink is a quadruple: > time (timestamp) => neuron (agent) => from (particle) => to (particle) The authenticated state structure is specified in cyber/bbg. Ranking over the graph is…
optica/src/graph
graph
space-pussy/x/graph
graph
go-cyber/x/graph
graph
cyberindex/modules/graph
graph
go-cyber/proto/cyber/graph
graph
space-pussy/proto/cyber/graph
graph
cyb/src/features/cyberlinks/graph
graph
soft3.js/src/codec/cyber/graph
graph
cyber-ts/packages/cyber-ts/src/cyber/graph
graph
cyber-ts/packages/cyber-ts/proto/cyber/graph
graph

Neighbours