forge_start
Start a new pipeline run for a user request, returning the initial classification phase and its goal to guide step-by-step execution without skipping phases.
Instructions
Start a new forge pipeline run for a request. Returns the first phase (classify) and its goal. From here, follow the flow phase by phase using forge_next and forge_complete_phase — do not skip phases.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | Yes | Project directory where the pipeline runs. | |
| request | Yes | The user's request, verbatim. |