feat: add PDS data repair script (#208)
Rebuilds PDS records from local DB data. The old code wrote records
with wrong field names (skillName, companyName, startDate, endDate)
which the PDS silently dropped, resulting in incomplete records. The
local DB has the correct data from write-through indexing.
Compares each PDS record against local DB and only rewrites records
that are missing data. Supports --dry-run.
authored by