claude-memory/graph/code-patterns/pitcher-vs-batter-schema-differences-in-pd-cards-170147.md
Cal Corum b140d4d82a migrate: 313 memories from MemoryGraph
- 313 new markdown files created
- 30 relationships embedded
- 313 entries indexed
- State initialized with usage data
2026-02-13 11:11:48 -06:00

732 B

id type title tags importance confidence created updated
17014791-45fc-4cc9-9af7-d96b100982f6 code_pattern Pitcher vs Batter schema differences in PD cards
paper-dynasty
python
pattern
custom-cards
0.6 0.8 2025-12-18T22:17:26.380148+00:00 2025-12-18T22:17:26.380148+00:00

Pitcher cards have different schema than batters: (1) double_cf instead of double_pull, (2) flyout_cf_b instead of flyout_a/flyout_bq, (3) no groundout_c, (4) xcheck_* fields for 29 fielder chances, (5) pitching block for starter/relief/closer ratings. Combined OPS formula also differs: batters use min(vL,vR), pitchers use max(vL,vR). Detection in YAML profiles via player_type field or presence of xcheck_p/double_cf in ratings.