.kiro/steering/kiro_rules.md
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
File References:
[filename](mdc:path/to/file) (filename) to reference filesCode Examples:
// ✅ DO: Show good examples
const goodExample = true;
// ❌ DON'T: Show anti-patterns
const badExample = false;
Rule Content Guidelines:
Rule Maintenance:
Best Practices: