AntFleet

Disagreement · 9adffca7-openai-3

Percentage ({pct}%) used in verdict/notify is not defined precisely

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

GPT-5 finding

Percentage ({pct}%) used in verdict/notify is not defined precisely

lowdocs-gapmedium
  • skills/ai-framework-watch/SKILL.md:112-116
  • skills/ai-framework-watch/SKILL.md:249-252
The spec references {pct}% wow in the verdict and notification but does not define how to compute it (e.g., vs. prior week, vs. 30d implied weekly average). This ambiguity can lead to inconsistent outputs and erode trust.

Recommendation

Specify the exact formula, e.g., pct = round((star_delta_7d / (30d_delta/4) - 1) * 100).

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 →