Escrever arquivo texto
fs.write_textWrite text files with optional SHA-256 hash validation to verify the current content before overwriting, preventing accidental edits.
Instructions
Escreve um arquivo de texto com validação opcional de hash para edição assertiva.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| filePath | Yes | ||
| createDirs | No | ||
| expectedSha256 | No |