AntFleet

Disagreement · 1939cc1e-openai-5

Ambiguous var parsing for combined dry-run and parent override

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

GPT-5 finding

Ambiguous var parsing for combined dry-run and parent override

lowapi-contracthigh
  • skills/fleet-state/SKILL.md:7
  • skills/fleet-state/SKILL.md:52-56
The spec allows both dry-run and parent override but does not define the separator or whitespace handling after stripping "dry-run". It's unclear whether "dry-run owner/repo", "dry-run:owner/repo", or a concatenated token is expected.

Recommendation

Specify the exact accepted syntax and implement robust parsing, e.g., tokens split on whitespace: first token "dry-run" toggles mode; second token (if present) must match owner/repo. Document examples: "dry-run owner/repo" and "owner/repo".

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.