code-quality.mdc 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. ---
  2. description:
  3. globs:
  4. alwaysApply: true
  5. ---
  6. # Your rule content
  7. - You can @ files here
  8. - You can use markdown but dont have to
  9. ---
  10. description: Code Quality Guidelines
  11. globs:
  12. ---
  13. # Code Quality Guidelines
  14. ## Verify Information
  15. Always verify information before presenting it. Do not make assumptions or speculate without clear evidence.
  16. ## File-by-File Changes
  17. Make changes file by file and give me a chance to spot mistakes.
  18. ## No Apologies
  19. Never use apologies.
  20. ## No Understanding Feedback
  21. Avoid giving feedback about understanding in comments or documentation.
  22. ## No Whitespace Suggestions
  23. Don't suggest whitespace changes.
  24. ## No Summaries
  25. Don't summarize changes made.
  26. ## No Inventions
  27. Don't invent changes other than what's explicitly requested.
  28. ## No Unnecessary Confirmations
  29. Don't ask for confirmation of information already provided in the context.
  30. ## Preserve Existing Code
  31. Don't remove unrelated code or functionalities. Pay attention to preserving existing structures.
  32. ## Single Chunk Edits
  33. Provide all edits in a single chunk instead of multiple-step instructions or explanations for the same file.
  34. ## No Implementation Checks
  35. Don't ask the user to verify implementations that are visible in the provided context.
  36. ## No Unnecessary Updates
  37. Don't suggest updates or changes to files when there are no actual modifications needed.
  38. ## Provide Real File Links
  39. Always provide links to the real files, not x.md.
  40. ## No Current Implementation
  41. Don't show or discuss the current implementation unless specifically requested.