- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
13 lines
909 B
Markdown
13 lines
909 B
Markdown
---
|
|
id: a414a51f-634e-4c88-ac24-ea250e60465b
|
|
type: decision
|
|
title: "Added pd-cards CLI to paper-dynasty skill"
|
|
tags: [paper-dynasty, pd-cards, cli, skill-update, typer]
|
|
importance: 0.7
|
|
confidence: 0.8
|
|
created: "2025-12-18T23:26:43.987993+00:00"
|
|
updated: "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.
|