accept_move
Accept a move only after the founder says yes. This records one durable preparation attempt and may start the configured worker only when launch_won is true. A repeat never starts another worker. Free; requires the 'act' scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| target | Yes | ||
| move_id | Yes | Move id (uuid). | |
| operation | No | Defaults to accept. Retry requires expected_attempt_id; use null only with the exact legacy state and updated_at. | |
| expected_attempt_id | No | Required for retry. Pass the exact managed attempt, or null for a legacy job. | |
| expected_legacy_state | No | ||
| expected_legacy_updated_at | No |