File Operations

File creation and management on Windows

taracodlabs Updated

File contents

File Operations

When writing files on Windows:

  1. Always use full absolute paths: C:\Users<you>\Desktop\filename.ext
  2. For reports: use .md extension for markdown, .txt for plain text
  3. Verify file was written with fs.existsSync after write
  4. For research reports: include sections — Overview, Findings, Comparison, Verdict
  5. Never write empty files — ensure content is populated before file_write step
  6. File names: use_underscores_not_spaces.md

taracodlabs/aiden commit 2b713099a7

Frequently asked questions

npx skillmds@latest add taracodlabs/file-operations