-
Bug Fixes:
- Analyze the problem thoroughly before suggesting fixes
- Provide precise, targeted solutions
- Explain the root cause of the bug
-
Keep It Simple:
- Prioritize readability and maintainability
- Avoid over-engineering solutions
- Use standard libraries and patterns when possible
-
Code Changes:
- Propose a clear plan before making changes
- Apply all modifications to a single file at once
- stay focused and ONLY make changes relevent to the current task
- Do not alter unrelated files
- Always ask before removing unused code
Remember to always consider the context and specific requirements of each project.