- 20 new high-quality edges across 8 project clusters - Edge types: BUILDS_ON, RELATED_TO, ALTERNATIVE_TO, REQUIRES - Updated relation metadata on connected memories - New episode entries and memory files from recent sessions Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
19 lines
880 B
Markdown
19 lines
880 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: "2026-02-20T04:32:16.702926+00:00"
|
|
relations:
|
|
- target: 4ab58629-ee98-4ca6-ae31-9679cf0aa4a0
|
|
type: BUILDS_ON
|
|
direction: incoming
|
|
strength: 0.9
|
|
edge_id: 608bd560-b611-4b3a-aa3a-626ce38d6e9c
|
|
---
|
|
|
|
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.
|