devflow_init
Initialize a DevFlow work session by validating and locking a flow. Returns full context including tasks and next steps.
Instructions
Initialize a DevFlow work session for a flow.
MUST be called before any other tools (except flow_list and flow_create). Without devflow_init, all tools are blocked.
What it does:
Validates and loads the flow
Locks the flow for this agent (exclusive)
Creates an agent session for tracking
Returns full context: flow details, feedback, tasks, allowed actions, next step
Call this at the start of every work session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowId | No | The flow ID to work on. If omitted, shows available projects and flows. |