fs_write
Write a single file in the workspace with optional hash precondition to prevent stale overwrites. Mutates exactly one file for safe, bounded edits.
Instructions
Write a single file within the workspace (stale-safe). Mutates exactly one file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes | ||
| expected_hash | No |