projectAgenticMemoryMaterializedFactLogBootstrap()
Project D593 caller-wirable bootstrap/re-entry DATA from D591 materialization.
The helper validates that the source materialization is complete and ready before marking its status ready. Partial or issue-bearing inputs are still exposed as DATA with status/issues so callers can choose explicit follow-up wiring, but the helper never performs that wiring itself.
Import
Section titled “Import”import { projectAgenticMemoryMaterializedFactLogBootstrap } from "@graphrefly/ts/solutions";Signature
Section titled “Signature”function projectAgenticMemoryMaterializedFactLogBootstrap( materialization: unknown, opts: { readonly evaluation?: number } = {},): AgenticMemoryMaterializedFactLogBootstrapProjection<TJson>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
materialization | unknown | D591 read materialization projection DATA. |
opts | { readonly evaluation?: number } | Optional graph evaluation counter. |
Returns
Section titled “Returns”D593 caller-wirable input, status, issues, audit, and cursor DATA.
Documentation Status
Section titled “Documentation Status”This page was generated from source JSDoc, but the structured API tags are incomplete:
- Missing
@example.
Source
Section titled “Source”packages/ts/src/solutions/agentic-memory/fact-log-bootstrap.ts