The below describes how you should be structuring new rule sections in this document.
Required Rule Structure:
---
description: Clear, one-line description of what the rule enforces
globs: path/to/files/*.ext, other/path/**/*
alwaysApply: boolean
---
- **Main Points in Bold**
- Sub-points with details
- Examples and explanations
Section References:
ALL_CAPS_SECTION
to reference filesCOPILOT_RULES
Code Examples:
// ✅ DO: Show good examples
const goodExample = true;
// ❌ DON'T: Show anti-patterns
const badExample = false;
Rule Content Guidelines:
Rule Maintenance:
Best Practices: