AntFleet

Disagreement · 9adffca7-openai-1

State rotation references stars_30d_ago_at timestamp not present in schema

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

GPT-5 finding

State rotation references stars_30d_ago_at timestamp not present in schema

mediumapi-contracthigh
  • skills/ai-framework-watch/SKILL.md:185-203
  • skills/ai-framework-watch/SKILL.md:205
The rotation logic relies on a stars_30d_ago_at timestamp to gate updates, but the sample state schema omits this field. This mismatch makes it unclear how implementations should persist and evaluate the 30-day baseline, risking incorrect or drifting 30d delta calculations.

Recommendation

Add stars_30d_ago_at (ISO8601) to the schema and clarify initialization/rotation rules; alternatively, base rotation on last_run and explicitly document that approach.

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 →