Ground truth for Govee Flow Plus Light Bars (H6056): phantom segments, bar-to-segment mapping, API auth and rate limits.
100
100%
Does it follow best practices?
Impact
100%
3.84xAverage score across 6 eval scenarios
Passed
No known issues
{
"context": "Tests whether the agent applies per-bar addressing with the correct undocumented Yankee/Golf index mapping for each physical bar, avoids phantom segments, and documents the bar-to-pipeline mapping.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Yankee segments explicit",
"description": "The top-bar (frontend) update uses the Yankee segment list (segments 0-5) explicitly or via YANKEE_SEGMENTS / api.yankee(), not a generic all-segment list",
"max_score": 30
},
{
"name": "Golf segments explicit",
"description": "The bottom-bar (backend) update uses the Golf segment list (segments 6-11) explicitly or via GOLF_SEGMENTS / api.golf(), not a generic all-segment list",
"max_score": 30
},
{
"name": "No phantom segments",
"description": "No call in build_status.py targets segment indices 12, 13, or 14",
"max_score": 20
},
{
"name": "Bar-to-pipeline mapping documented",
"description": "design_notes.md (or inline comments) explicitly states which physical bar (Yankee/top vs. Golf/bottom) maps to which pipeline (frontend vs. backend)",
"max_score": 20
}
]
}