Authored paidSummary text closes the WI-2 gap for real
What changed
reworded the 12 authored paidSummary strings that still claimed round-clock POISON/BLEED duration ("Inflict POISON 1 for 4 turns.") even though both effects tick per event, not per round; extended the honesty guard to sweep every card's combatEffects directly instead of trusting faceStats's single-primary-effect classification.
Why it changed
critique pass 16 found that the WI-2 fix (issue #168, landed 2026-07-12) only patched the auto-generated card-face path — a card's authored paidSummary fully replaces that text and was never in scope. The gap that let this ship: the existing guard test walked faceStats's classification, which reflects a card's single PRIMARY effect and silently skips multi-effect cards (Opening Statement's primary effect is MARK, not its POISON).