write_file
Write content to a file at a given relative path in the target Nuxt 4 codebase, supporting optional module prefixing.
Instructions
Write any content to a file in the target Nuxt 4 codebase.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relativePath | Yes | Relative path in target (e.g., 'composables/useAuth.ts') | |
| module | No | Optional module name to prefix path (e.g., 'deals', 'tickets') | |
| targetPath | No | Optional absolute target path override | |
| content | Yes | File content to write |