intent_resolve
Close a forward-intent page by marking it resolved and linking the current flow, to clear follow-up tasks from pending work.
Instructions
Close a forward-intent page. Sets frontmatter.status='resolved' and links the resolving flow.
Forward-intents are doc_pages with document_type='intent' — written by flow_seal (DF-254) when a done-flow declared follow-up work via forward_intents frontmatter. When your current flow actually delivers that follow-up, call this tool so the loop is closed and the intent disappears from pending_work / planning_context.
flowId = the flow that is resolving the intent (typically your current flow). pageId = the intent doc-page id (find via pending_work → openIntents).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowId | Yes | Flow that resolves the intent (usually your current flow) | |
| pageId | Yes | Intent doc-page id | |
| note | No | Optional resolution note |