fix(conformance): correct 5 wrong PromptId constants#213
fix(conformance): correct 5 wrong PromptId constants#213
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Real server values from conformance observatory (10+ sessions): - SELECT_TARGETS: 6→10 (6 is DECLARE_ATTACKERS) - CASTING_TIME_OPTIONS: 38→23 - PAY_COSTS: 1244→11 - GROUP_SCRY: 94→92 (was mislabeled GROUP_LONDON_MULLIGAN) - GROUP_SURVEIL: 93→129 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
CI Report — GateTests: 817/817 passed (189 skipped) Coverage: 10.5% (615/5852 lines)
Slow tests (>3s): 1
|
|
@claude please review this ralph PR |
|
Claude finished @delebedev's task in 2m 7s —— View job PR Review — fix(conformance): correct 5 wrong PromptId constants
LGTM. Clean, focused conformance fix with solid evidence backing. Here's the full breakdown: What the PR does
Callsite updates: correct
Test coverage
No issues found
|
Closes #194
Summary
SELECT_TARGETS(was 6) →DECLARE_ATTACKERS(6), newSELECT_TARGETS= 10GROUP_SCRY(94→92),GROUP_SURVEIL(93→129),CASTING_TIME_OPTIONS(38→23),PAY_COSTS(1244→11)PromptIdsTestlocking down all constants against verified valuesTest plan
PromptIdsTest— 2/2 pass (value assertions + distinctness check)ShapeIntegrationTest— existing promptId=6 assertion still passesDealHandConformanceTest— MULLIGAN/STARTING_PLAYER unaffected🤖 Generated with Claude Code