commit_files
Atomically commit multiple file actions (create, update, delete, move, chmod) in a single Git commit. Preview changes with dry-run mode before executing.
Instructions
Atomically commit multiple file actions (create/update/delete/move/chmod) in a single commit. dry_run=true by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID | |
| branch | Yes | Target branch | |
| commit_message | Yes | Commit message | |
| actions | Yes | Ordered list of actions to apply in this commit | |
| start_branch | No | Create the target branch from this ref if it doesn't already exist. | |
| dry_run | No | Dry run mode (default: true). When true, returns a preview of the action without executing it. Set to false only after user confirmation. |