knowledge_harvest
Harvest knowledge from completed flows by analyzing flow details, ADRs, and drafts to determine if a new draft is warranted.
Instructions
Harvest knowledge from a single done-flow. Call this right after flow_update transitions a flow to done (the server's nextStep will remind you). Returns the flow + existing ADRs + related drafts + instructions. Decide: does this flow warrant a new draft? If yes, call knowledge_draft_create. If the theme is already covered, skip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowId | Yes | Flow id to harvest (must be in done state) |