workflow_check
Run guard checks for all available transitions from current state to identify which are ready and which are blocked, with per-guard status.
Instructions
Run guard checks for all available transitions from the current state.
Returns which transitions are ready (all guards pass) and which are blocked, with per-guard status.
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 |