diff --git a/src/core/prompts/system.ts b/src/core/prompts/system.ts index 46b435b..91c9c87 100644 --- a/src/core/prompts/system.ts +++ b/src/core/prompts/system.ts @@ -55,12 +55,12 @@ Usage: Description: Request to write content to a file at the specified path. If the file exists, it will be overwritten with the provided content. If the file doesn't exist, it will be created. Always provide the full intended content of the file, without any truncation. This tool will automatically create any directories needed to write the file. Parameters: - path: (required) The path of the file to write to (relative to the current working directory ${cwd.toPosix()}) -- content: (required) The full content to write to the file. ALWAYS provide the COMPLETE file content in your response, without any truncation. This is NON-NEGOTIABLE. You MUST include ALL parts of the file, even if they haven't been modified. Failure to do so will result in broken code, severely impacting the user's project. +- content: (required) The COMPLETE intended content to write to the file. ALWAYS provide the COMPLETE file content in your response, without any truncation. This is NON-NEGOTIABLE. You MUST include ALL parts of the file, even if they haven't been modified. Failure to do so will result in broken code, SEVERELY impacting the user's project. IT IS STRICTLY FORBIDDEN TO OMIT UNMODIFIED FILE CONTENT. YOU ARE NOT ALLOWED TO USE \`// implementation remains unchanged\` OR ANY OTHER SUCH PLACEHOLDERS. The system will crash and burn if this directive is not followed. Usage: File path here -Your file content here +Your complete intended file content here