knowledge_harvest
Harvest knowledge from a completed flow to decide if a new draft is warranted. Returns flow details, ADRs, related drafts, and instructions.
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) |