- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
13 lines
708 B
Markdown
13 lines
708 B
Markdown
---
|
|
id: c223fd4d-53ec-461a-9d49-b1975e52967c
|
|
type: solution
|
|
title: "pd-cards CLI complete migration"
|
|
tags: [paper-dynasty, python, typer, cli, refactor]
|
|
importance: 0.7
|
|
confidence: 0.8
|
|
created: "2025-12-18T22:39:45.415839+00:00"
|
|
updated: "2025-12-18T22:39:45.415839+00:00"
|
|
---
|
|
|
|
Migrated all major card creation workflows to Typer CLI: live-series (update, status), retrosheet (process, arms, validate, defense), scouting (batters, pitchers, all), upload (s3, check, refresh). CLI wrappers configure module globals and call existing async main functions. Pattern: import module, set globals, asyncio.run(module.main()). Updated CLAUDE.md with comprehensive CLI documentation. Legacy scripts remain available.
|