Admin
Deterministic Rule Coverage, cost estimation method, and impact scoring.
{{ group.title }}
| Rule | Fix | Cost Estimation | Impact |
|---|---|---|---|
|
{{ rule.display_name }}
{% if rule.enabled %}
On
{% else %}
Off
{% endif %}
{{ rule.description }} |
{# ── Fix ── #}
{% if rule.template_coverages %}
{% for cov in rule.template_coverages %}
Template
{{ cov.template_id }}
{{ cov.summary }}
LLM
AI-generated, then AST-validated. {% endif %} |
{# ── Cost Estimation ── #}
{{ rule.cost_method }} {% if rule.cost_detail %}{{ rule.cost_detail }} {% endif %} |
{# ── Impact ── #}
{{ rule.impact_label }} {{ rule.impact_detail }} |
Impact Scale
Adjusted by confidence (min 50%) and +5 for recurring issues.