move_file
Move a file safely within a session by verifying its SHA-256 checksum, ensuring no target is overwritten.
Instructions
Move one bounded regular text file within a Direct session. Requires the current source SHA-256 and never overwrites the target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| review_id | No | ||
| session_id | Yes | ||
| source_path | Yes | ||
| target_path | Yes | ||
| expected_source_sha256 | Yes |