chieflab_continue_launch_loop
[chieflab_* alias of chiefmo_continue_launch_loop] Resume a ChiefLab launch loop from runId. USE WHEN an agent has already called chieflab_get_users_after_build / chiefmo_launch_product and needs the exact next action: surface reviewUrl, execute an approved action, wait for measurement, measure results, or prepare the next move. Default response is summary-sized: reviewUrl + action ids, not full draft bodies. Pass responseShape:"full" only for debug/export.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | The launchId/runId returned by chieflab_get_users_after_build or chiefmo_launch_product. | |
| workspaceId | No | Optional workspace id. Hosted auth usually supplies this. | |
| responseShape | No | summary (default, small — returns reviewUrl + openApprovalIds without draft bodies) | full (inline full approval objects; large, debug/export only). | |
| includeFullArtifacts | No | Alias for responseShape:"full". Use only for debug/export. |