AntFleet

Disagreement · 89395cd4-openai-2

YAML enabled-skill extraction only matches inline-map style; misses multi-line mappings

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

GPT-5 finding

YAML enabled-skill extraction only matches inline-map style; misses multi-line mappings

mediummaintainabilitymedium
  • skills/contributor-spotlight/SKILL.md
The grep pattern only detects entries where enabled: true appears inline on the same line within { ... }. Many Aeon configs use multi-line YAML mappings (skill-name: on one line, enabled: true on the next). This will undercount enabled skills, skewing ENABLED_COUNT and potentially the operator-authored detection.

Recommendation

Support both styles. For example: parse YAML with yq (preferred), or extend grep/awk to also match multi-line mappings (capture keys then detect enabled: true in subsequent indented lines until next top-level key).

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.