{{quality_grade}}
{{grade_emoji}} {{quality_grade}} ยท {{grade_desc}}
Quality Grade
โ
{{warning_count}}
Warnings
{{#if has_ai_summary}}
{{/if}}
{{#if has_architecture}}
{{arch_health}}
Health Score
{{arch_confidence}}%
Confidence
{{arch_violations}}
Violations
{{/if}}
{{#if has_impact}}
{{impact_score}}
Impact Score
{{affected_tables}}
Tables
{{/if}}
{{#if has_endpoints}}
{{#each endpoints}}
{{method}}
{{path}}
{{/each}}
{{/if}}
{{#if has_violations}}
| Severity |
Rule |
File |
Line |
Message |
{{#each violations}}
|
{{severity_icon}} {{severity_label}}
|
{{rule}} |
{{file}} |
:{{line}} |
{{message}} |
{{/each}}
{{/if}}
{{#if no_violations}}
โ
No violations found
Your code passed all quality checks. Great job!
{{/if}}
{{#if has_arch_violations}}
| Type |
Source |
Target |
Description |
{{#each arch_violation_list}}
| {{type}} |
{{source}} |
{{target}} |
{{description}} |
{{/each}}
{{/if}}