engram: expose the geometry so the frame can be verified #156
Reference in New Issue
Block a user
Delete Branch "fix/geometry-readable"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
engram_scan_nodes_emb_jsonhas existed as a builtin with no route. The embeddings — the actual positions every distance, angle, membership and grounding is computed from — were unreadable from outside the process.That is not a missing convenience. Every claim about the coordinate frame was unfalsifiable from the API: whether the space is isotropic, where the centering offset sits, what the origin is, whether a node carries geometry at all. You cannot verify a coordinate system you cannot see — and a frame that cannot be checked is precisely the shape this codebase spent 2026-08-16 removing everywhere else.
GET /api/nodes/emb?limit=&offset=— read-only, paged, no writes.Measured consequence of having it: the value manifold and the love-component manifold were both decomposed and null-controlled against random node sets from the same graph, and several published claims were retracted because the geometry contradicted them — a reported flat variance spectrum that was 2× uniform, and a pairwise cosine offered as evidence that turned out to be the identity −1/(n−1). None of that was checkable before this route existed.