create_file
Create a new file in your project at a specified relative path, with UTF-8 text content. Fails if file already exists; use file_write to overwrite.
Instructions
Create a new file at a project-relative path. Errors if the file already exists; use file_write to overwrite.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Project-relative path of the new file | |
| content | Yes | File content (UTF-8 text) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| requiresHarnessSession | Yes | ||
| error | Yes | ||
| _hints | Yes |