claude-memory/graph/decisions/added-pd-cards-cli-to-paper-dynasty-skill-a414a5.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

909 B

id type title tags importance confidence created updated
a414a51f-634e-4c88-ac24-ea250e60465b decision Added pd-cards CLI to paper-dynasty skill
paper-dynasty
pd-cards
cli
skill-update
typer
0.7 0.8 2025-12-18T23:26:43.987993+00:00 2025-12-18T23:26:43.987993+00:00

Updated paper-dynasty skill (v1.4→v1.5) to integrate new pd-cards CLI tool. Replaced interactive_creator.py with YAML-based custom card profiles. CLI provides: pd-cards custom (list/preview/submit/new), pd-cards scouting (all/batters/pitchers), pd-cards retrosheet (process/arms/validate/defense), pd-cards upload (s3/refresh/check). Shell alias 'pd-cards' maps to 'uv run pd-cards'. Bash completion installed at ~/.bash_completions/pd-cards.sh (modified to use uv run). Core business logic moved from root scripts to pd_cards/core/ modules (scouting.py, upload.py). Retrosheet remains wrapper due to complexity.