AntFleet

Disagreement · f03404f9-openai-1

Ambiguity in "30d‑implied weekly average" used for verdict gating

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

GPT-5 finding

Ambiguity in "30d‑implied weekly average" used for verdict gating

lowdocs-gaphigh
  • skills/ai-framework-watch/SKILL.md:112-116
  • skills/ai-framework-watch/SKILL.md:94
"30d‑implied weekly average" is not defined. It likely means star_delta_30d / 4, but the document never states the exact formula or rounding rules. This creates room for divergent implementations and inconsistent verdicts.

Recommendation

Define the calculation explicitly (e.g., weekly_avg_30d = floor(star_delta_30d / 4) or star_delta_30d / 4.2857) and specify rounding/precision. Note behavior when star_delta_30d is unknown (render as — and skip this verdict).

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 →