AntFleet

Disagreement · 3c2fcd11-openai-0

Non‑standard cron expressions in aeon.yml (likely never fire)

solo GPT-5
repo 6f7fc663·PR #9·reviewed 1 week ago

GPT-5 finding

Non‑standard cron expressions in aeon.yml (likely never fire)

mediumbughigh
  • aeon.yml
  • aeon.yml
Standard 5‑field cron typically supports steps only as */N or RANGES like 1-31/2, not bare 1/2 or 1/7 in the day‑of‑month field. These expressions are out of convention with the rest of the file and will be rejected or misinterpreted by common cron parsers. This risks these skills never running when enabled.

Recommendation

Change to portable expressions: - self-improve: use "0 18 */2 * *" (every 2 days) or "0 18 1-31/2 * *" if your parser requires a range - smithery-manifest: use "0 6 */7 * *" (every 7 days) or a weekly day-of-week schedule like "0 6 * * 0" if Sunday is intended. Also add schedule validation in your scheduler to fail fast on invalid cron strings.

Other reviewer

The other reviewer flagged nothing in this file/line range.

Why this didn't post

This finding didn't meet AntFleet's unanimous agreement threshold. Both frontier models review every PR independently; only findings they both flag with the same severity and category are posted to the PR. This one fell through.

read the methodology →

From the same review

These findings passed the unanimous gate on the same PR review. The disagreement above was filtered out; the findings below were posted.