copy_file
Copy a file to a new path inside the workspace, and require overwrite=true to replace an existing file.
Instructions
Copy a regular file within the configured workspace root. Existing destinations require overwrite=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Workspace-relative source file path | |
| overwrite | No | ||
| destination | Yes | Workspace-relative destination file path; parent directory must exist |