- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
932 B
932 B
| id | type | title | tags | importance | confidence | created | updated | relations | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| fea651ab-d137-47c9-a6ce-3f34cbf90363 | problem | Script interruption during delete-recreate cycle loses data |
|
0.8 | 0.8 | 2025-12-07T23:06:57.607204+00:00 | 2025-12-07T23:06:57.607204+00:00 |
|
retrosheet_data.py uses a delete-then-create pattern for cardpositions. If the script is interrupted after deleting but before recreating, the data is lost. Discovered when Brady Clark lost CF position - logs showed the script ran twice, second run deleted 723 batter positions at 13:06-13:07 but no log entries at 13:08 (script crashed). Pitcher positions survived because they use delete_existing=False.