GPT-5 finding
"smithery-manifest" schedule labeled weekly but configured by day-of-month step (drifts and is not truly weekly)
mediumdocs-gaphigh
- aeon.yml:147
The comment promises a weekly run, but '0 6 1/7 * *' (even if accepted) triggers on days 1,8,15,22,29 of each month. This is not anchored to a weekday, causes irregular gaps at month boundaries, and does not consistently represent "weekly". This can surprise operators expecting a fixed weekday cadence.
Recommendation
If the intent is weekly on a fixed weekday, use day-of-week: e.g., Sunday 06:00 UTC -> "0 6 * * 0". If the intent is every 7 days regardless of weekday, document that explicitly and consider moving to a scheduler supporting interval timers, or accept the month-boundary irregularities.