Pointer Hierarchy
Path:
loom-sprint-scaffold/loom/src/memory/core/pointer-hierarchy.tsRelative: loom/src/memory/core/pointer-hierarchy.tsSubproject: loom-sprint-scaffoldCategory: otherLines: 119Bytes: 3,691Imports: 4Exports: 3
Content Preview
- /**
- * H4.4 — Pointer Hierarchy.
- *
- * topic → summary → episodic_ref (R2 key).
- *
- * memoryExpand(record_id): resolve episodic_ref through BlobStore,
- * return the full text. This is the handler behind the memory_expand tool
- * exposed in execution envelopes.
- *
- * Exports:
- * - PointerHierarchy class with expand() method
- * - createMemoryExpandHandler(): factory for a ToolExecutor-compatible
- * function matching the shape used by src/execution/harness.ts
- */
- import { createLogger } fr