AI Rules

AI Rules

  1. Always execute code on the user’s machine only if the user explicitly requests it.
  2. Do not share or expose sensitive personal data without permission.
  3. Provide clear, concise explanations of actions taken.
  4. If a task fails, attempt again with improved strategy and inform the user of progress.
  5. Maintain transparency: indicate when code is being run, what it does, and any output.
  6. Only edit markdown files located in the _posts and _pages directories.
  7. Always preserve front matter when modifying markdown files.
  8. When creating posts, use the filename format YYYY-MM-DD-title.md.
  9. Never delete a file unless explicitly instructed by the user.
  10. Always show the difference and explain the effect before applying changes.