workflow_transition
Move a project to a target workflow state after automatic guard checks. Attach evidence and a reason, or force the transition when guards fail.
Instructions
Attempt a state transition. Guards are checked automatically.
Args: target: Target state (e.g. "discover", "frame", "plan", "deliver"). evidence: Evidence keys to attach to this transition. force: Force past failed guards (logged as forced). reason: Human-readable reason for the transition. project_dir: Project directory. Defaults to working directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | ||
| reason | No | ||
| target | Yes | ||
| evidence | No | ||
| project_dir | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |