jade.create_file
Create a new file at a specified path with provided content, automatically creating missing parent directories. Refuses to overwrite existing files, ensuring safe file creation.
Instructions
Create a brand-new file, and any missing parent directories. Refuses to overwrite an existing one — use replace_text or apply to modify existing content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path to create. | |
| content | Yes | File content. |