workflow_next
Identify allowed next states from the current workflow state and verify guard status, so you can decide which transition to take next.
Instructions
Show allowed transitions from the current state with guard status.
Returns which states can be reached and whether each guard passes, so the agent can decide what to do next.
Args: project_dir: Project directory. Defaults to working directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_dir | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |