chieflab_create_next_move_action
P75 — turn a Next Move suggestion into an approval-gated draft action. USE WHEN you've called chieflab_suggest_next_move and the suggestion's kind is not 'wait' or 'noop'. Creates an actionStore entry with status='awaiting_approval', the suggested draft body inline, and an executionMatrix that points at the right next-execution path. The reviewer sees the new card in the Launch Room / IDE chat like any other approval card — same approve / revise / reject flow. Closes the loop: launch → measure → next move → approve → execute → repeat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | Required. The originating run id (the next-move action is tagged with this so the brain can compound launch → measure → next-move chains). | |
| channel | Yes | Channel the measurement was for (used to ground the suggestion). | |
| metrics | Yes | Same metrics object passed to chieflab_suggest_next_move. | |
| workspaceId | No | Optional workspace id. |