GPT-5 finding
Comment claims smithery-manifest is “weekly” but cron is day-of-month step (1/7), not strictly weekly
lowdocs-gaphigh
- aeon.yml:139
The schedule "0 6 1/7 * *" runs on days 1,8,15,22,29 of each month (and then 1 of next month), which is not a strict weekly cadence; gaps near month boundaries differ from 7 days. The inline comment says “weekly,” which is misleading and may cause incorrect expectations for freshness thresholds or operator expectations.
Recommendation
Either adjust the cron to a true weekly schedule (e.g., "0 6 * * 0" for Sundays) or update the comment to “every 7 days via day-of-month steps (1,8,15,22,29)” to avoid implying strict weekly cadence.