Skip to main content

Module stats

Module stats 

Source
Expand description

stats — store overview, computed on demand (a SWEEP, like du — never a maintained or precomputed cache).

Serves both the human (how big is my brain, what’s the shape) and the agent (orientation). Deliberately excludes graph density / degree / top-linked analytics — low agent value, and a human who wants graph metrics opens the store in Obsidian, so we never build the full graph just for stats.

Structs§

Stats
A point-in-time overview of a store. Pure data; the CLI formats it to text or JSON.

Functions§

compute
SWEEP. Walk the store once and compute its Stats. Run occasionally (overview / orientation), never on the interactive loop.