{% extends "base.html" %} {% import "_icons.html" as icons %} {% block title %}Scheduled tasks{% endblock %} {% block heading %}Scheduled tasks{% endblock %} {% block subhead %}
Schedulable automations and their last recorded run (matched from the audit trail).
{% endblock %} {% block head_aside %} {% set installed = tasks | selectattr('installed') | list | length %}
{{ icons.icon("info", 13) }} Install a task with eidetic skills install <slug>, then register it on
its cadence — see docs/SCHEDULED-TASKS.md.
No schedulable skills found in this install.