@@ -24,71 +24,71 @@ Rules are organized into **9 categories** based on what they detect. Each rule:
2424
2525<div class =" grid cards " markdown >
2626
27- - :material-palette:{ .lg .middle } __ Frontend & UI__
27+ - 🎨 __ Frontend & UI__
2828
2929 ---
3030
3131 Detect changes to UI components and styles
3232
3333 ** 2 rules** | [ View Details →] ( frontend.md )
3434
35- - :material-database:{ .lg .middle } __ Database__
35+ - 🗄️ __ Database__
3636
3737 ---
3838
3939 Track migrations and schema changes
4040
4141 ** 4 rules** | [ View Details →] ( database.md )
4242
43- - :material-cog:{ .lg .middle } __ Environment & Config__
43+ - ⚙️ __ Environment & Config__
4444
4545 ---
4646
4747 Monitor configuration and environment changes
4848
4949 ** 3 rules** | [ View Details →] ( environment.md )
5050
51- - :material-test-tube:{ .lg .middle } __ Testing__
51+ - 🧪 __ Testing__
5252
5353 ---
5454
5555 Ensure test coverage and quality
5656
5757 ** 3 rules** | [ View Details →] ( testing.md )
5858
59- - :material-package:{ .lg .middle } __ Dependencies__
59+ - 📦 __ Dependencies__
6060
6161 ---
6262
6363 Track dependency additions and updates
6464
6565 ** 3 rules** | [ View Details →] ( dependencies.md )
6666
67- - :material-cloud:{ .lg .middle } __ CI/CD & Infrastructure__
67+ - ☁️ __ CI/CD & Infrastructure__
6868
6969 ---
7070
7171 Monitor infrastructure and deployment configs
7272
7373 ** 3 rules** | [ View Details →] ( infrastructure.md )
7474
75- - :material-shield-lock:{ .lg .middle } __ Security__
75+ - 🔒 __ Security__
7676
7777 ---
7878
7979 Flag security-sensitive changes
8080
8181 ** 2 rules** | [ View Details →] ( security.md )
8282
83- - :material-code-braces:{ .lg .middle } __ Code Semantics__
83+ - 💻 __ Code Semantics__
8484
8585 ---
8686
8787 Detect feature additions, refactors, and breaking changes
8888
8989 ** 4 rules** | [ View Details →] ( semantics.md )
9090
91- - :material-file-document:{ .lg .middle } __ PR Metadata__
91+ - 📄 __ PR Metadata__
9292
9393 ---
9494
@@ -354,19 +354,19 @@ enable_debug: true
354354
355355Explore detailed documentation for each rule category:
356356
357- 1. [:material-palette: Frontend & UI Rules](frontend.md)
358- 2. [:material-database: Database Rules](database.md)
359- 3. [:material-cog: Environment & Config Rules](environment.md)
360- 4. [:material-test-tube: Testing Rules](testing.md)
361- 5. [:material-package: Dependency Rules](dependencies.md)
362- 6. [:material-cloud: CI/CD & Infrastructure Rules](infrastructure.md)
363- 7. [:material-shield-lock: Security Rules](security.md)
364- 8. [:material-code-braces: Code Semantics Rules](semantics.md)
365- 9. [:material-file-document: PR Metadata Rules](meta.md)
357+ 1. [🎨 Frontend & UI Rules](frontend.md)
358+ 2. [🗄️ Database Rules](database.md)
359+ 3. [⚙️ Environment & Config Rules](environment.md)
360+ 4. [🧪 Testing Rules](testing.md)
361+ 5. [📦 Dependency Rules](dependencies.md)
362+ 6. [☁️ CI/CD & Infrastructure Rules](infrastructure.md)
363+ 7. [🔒 Security Rules](security.md)
364+ 8. [💻 Code Semantics Rules](semantics.md)
365+ 9. [📄 PR Metadata Rules](meta.md)
366366
367367Or jump to:
368368
369- - [:material-lightbulb-on: Usage Examples](../examples.md)
370- - [:material-cog: Configuration Guide](../configuration.md)
371- - [:material-help-circle: Troubleshooting](../troubleshooting.md)
369+ - [💡 Usage Examples](../examples.md)
370+ - [⚙️ Configuration Guide](../configuration.md)
371+ - [❓ Troubleshooting](../troubleshooting.md)
372372
0 commit comments