You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reconcile seeded FormBuilders by id and prune duplicates (#1571)
The canonical FormBuilders are referenced by fixed id elsewhere in the app, but
the seed created them keyed on name+windows_type. When a WindowsType was
renamed/recreated, reseeding spawned duplicate builders at fresh ids.
Key the seed on the fixed id and reconcile name + windows_type on every run, then
prune exact-name duplicates outside the pinned ids that own no forms — so
reseeding is idempotent and form-bearing records are never touched.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments