AntFleet

Disagreement · b83a0cbc-anthropic-0

Reactive trigger glob '*' for skill-repair would self-trigger and loop

solo Opus
repo 6f7fc663·PR #7·reviewed 1 week ago

Opus finding

Reactive trigger glob '*' for skill-repair would self-trigger and loop

lowmaintainabilitylow
  • aeon.yml:154-157
The example reactive trigger uses on: '*' which would include skill-repair itself; if skill-repair fails 3 times consecutively it would re-trigger itself. This is commented out so no current runtime impact, but as documentation/example it can mislead users enabling it. Low-evidence call-out.

Recommendation

Document an implicit exclusion of the source skill from '*' or change the example to explicitly exclude skill-repair.

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 →