write.txt 623 B

12345678
  1. Writes a file to the local filesystem.
  2. Usage:
  3. - This tool will overwrite the existing file if there is one at the provided path.
  4. - If this is an existing file, you MUST use the Read tool first to read the file's contents. This tool will fail if you did not read the file first.
  5. - ALWAYS prefer editing existing files in the codebase. NEVER write new files unless explicitly required.
  6. - NEVER proactively create documentation files (*.md) or README files. Only create documentation files if explicitly requested by the User.
  7. - Only use emojis if the user explicitly requests it. Avoid writing emojis to files unless asked.