waypath_page
Synthesize a human-readable knowledge page about a subject by aggregating and summarizing matching store entries. Returns structured page and markdown summary. Use for briefings or handoffs when recall results are too fragmented.
Instructions
Synthesize a human-readable knowledge page about a subject by aggregating and summarizing matching truth-kernel and archive entries. Returns a structured page object plus a markdown summary. The synthesis is deterministic for a given store state and does not call out to any LLM or network service. Read-only with respect to promoted memory; may cache synthesis artifacts in the local store. Use for briefings or handoffs when a recall result would be too fragmented; for targeted lookup use waypath_recall instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | Subject to synthesize a page about. Can be an entity id ("project:acme-api") or a natural-language subject ("Q2 billing migration"). Required; 1-300 chars. |