waypath_refresh_page
Rebuild a stale knowledge page against the current store state and update its cached summary and markdown. Use after batch promotions or when flagged stale by the review queue.
Instructions
WRITE: rebuild an existing knowledge page against the current store state and update its cached summary/markdown. Use on pages flagged "stale" by waypath_review_queue, or after a large batch of promotions that should be reflected in a briefing page. Idempotent — calling twice with no intervening writes produces the same output. Does not call any external service.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | The knowledge page id to refresh, as returned by waypath_page or waypath_review_queue. Required; 1-200 chars. |