flow_get_feedback
Retrieve user feedback on a flow to identify pending approvals or code review rejections. Address feedback before continuing work.
Instructions
Get user feedback for a flow. Use this at the start of a session to check if the user has provided feedback on:
The implementation plan (approval phase)
The code implementation (review phase, when rejected back to in_progress)
If feedback exists, you should address it before continuing work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowId | Yes | The flow ID to get feedback for |