Admin
Deterministic Rule Coverage, cost estimation method, and impact scoring.
{{ surface.title }}
{{ group.title }}
{% for surface_summary in group.analysis_surface_summaries %} {{ surface_summary.title }} · {{ surface_summary.count }} {% endfor %}| Rule | Fix | Cost Estimation | Impact |
|---|---|---|---|
|
{{ rule.display_name }}
{{ rule.analysis_surface_title }}
{% if rule.enabled %}
On
{% else %}
Off
{% endif %}
{{ rule.description }} {{ rule.analysis_surface_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.