Create or replace a project file
write_fileWrite a complete file replacement to a project. Use with existing files by providing the expected SHA-256 from read_file to ensure safe overwrites.
Instructions
Use only when a complete file replacement is appropriate. Existing files require expectedSha256 from read_file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes | ||
| project | Yes | Project key from list_projects. | |
| createParents | No | ||
| expectedSha256 | No |