{% if stale_apps %}

App Cleanup Analysis

Apps plotted by size (impact) vs. time since last use. Top-right quadrant = high impact, rarely used — best removal candidates.
{{ scatterplot_svg }} {% if remove_candidates %} {% for a in remove_candidates[:10] %} {% endfor %}
AppSizeLast UsedAction
{{ a.name }} {{ size_bar(a.size_mb, max_remove_size) }} {{ a.last_used }} sudo rm -rf "/Applications/{{ a.name }}.app"
{% endif %}
{{ knowledge_card(['orphaned_agent']) }} {% endif %}