project_writeFile
Write content to files in a Scaffold-ETH project while automatically creating parent directories. Cannot write to .env or files containing private keys.
Instructions
Write content to a file in the Scaffold-ETH project. Path should be relative to the project root. Cannot write to .env files or write content containing private keys. Creates parent directories if they don't exist.
IMPORTANT: After writing frontend files, you MUST review the code against critical rules. The response will include a REVIEW_REQUIRED section with instructions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path to the file | |
| content | Yes | Content to write to the file |