AntFleet

Disagreement · f03404f9-openai-0

State schema references an undefined timestamp field stars_30d_ago_at

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

GPT-5 finding

State schema references an undefined timestamp field stars_30d_ago_at

mediumdocs-gaphigh
  • skills/ai-framework-watch/SKILL.md:185-203
  • skills/ai-framework-watch/SKILL.md:205
The example state JSON defines stars_30d_ago but not a corresponding stars_30d_ago_at timestamp. Yet the rotation logic requires checking stars_30d_ago_at to decide when to refresh the 30‑day baseline. This mismatch makes the implementation ambiguous and risks inconsistent delta calculations across runs.

Recommendation

Either add stars_30d_ago_at (ISO8601) to the state schema example and describe how it is set/rotated, or remove the reference to stars_30d_ago_at and specify a clear alternative (e.g., store last_rotation_at or compute the 30d baseline differently). Update both the JSON example and the rotation instructions to be consistent.

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 →