batch_update_progress
Update multiple project items atomically to maintain consistency after code generation or bulk operations.
Instructions
Update multiple project items atomically. Used after code generation or bulk operations to ensure consistency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | List of update objects: [{target_type, target_id, action, data}, ...] | |
| transaction | No | All-or-nothing commit vs independent updates | |
| continue_on_error | No | Stop on first error or continue processing remaining updates |