From the round-3 review of #212.
Where: scripts/fleet/check_cards.py main() closing line, and _fleet/README.md's remedy list.
The closing line groups WRONG with STALE and SHRANK under "refresh the card figures (update-xmech-page)", which is a full re-pin. The README, which says it restates the closing line, lists WRONG separately as a mistyped card. Following the script turns a one-character fix into a fleet refresh, which step 8 of the skill warns against.
Fix: give WRONG its own clause: set the card, or the audit's figure_at_pin if the audit is what's wrong, to agree with the pinned source.
From the round-3 review of #212.
Where:
scripts/fleet/check_cards.pymain()closing line, and_fleet/README.md's remedy list.The closing line groups WRONG with STALE and SHRANK under "refresh the card figures (update-xmech-page)", which is a full re-pin. The README, which says it restates the closing line, lists WRONG separately as a mistyped card. Following the script turns a one-character fix into a fleet refresh, which step 8 of the skill warns against.
Fix: give WRONG its own clause: set the card, or the audit's
figure_at_pinif the audit is what's wrong, to agree with the pinned source.