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