morpheus_advance_batch
Advance multiple development tasks through phase gates in a single call by providing required evidence, stopping at the first failure to maintain process integrity.
Instructions
Advance multiple tasks through phase gates in a single call.
Processes each advance sequentially. Stops at the first failure. Accepts a JSON array of objects with keys: task_id, phase, evidence.
Args: advances: JSON array of {task_id, phase, evidence} objects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| advances | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |