write_project_file_preview
write_project_file_previewPreview file changes before writing by generating hashes, line summaries, and textual diffs for SAPUI5 development projects.
Instructions
Preview a safe workspace file write with hashes, line summary, and textual diff preview.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes | ||
| maxDiffLines | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| changed | Yes | ||
| newHash | Yes | ||
| oldHash | Yes | ||
| bytesAfter | Yes | ||
| bytesBefore | Yes | ||
| diffPreview | Yes | ||
| lineSummary | Yes | ||
| existsBefore | Yes | ||
| diffTruncated | Yes |