{% extends "base.html" %} {% block content %}

Change detection

Schedule

{% if error %}

{{ error }}

{% endif %} {% if message %}

{{ message }}

{% endif %}

Sync Cadence

Default Behavior

All scheduled runs are change-detection runs. They create a missing clone, skip a current clone, and replace only when the Coach source hash changes.

{% endblock %}